public final class TopUpPreset
extends java.lang.Enum
Modifier and Type | Field and Description |
---|---|
static TopUpPreset |
TOP_UP_PRESET_103
For top ups which begin with *103* and USSD code length is 14
|
static TopUpPreset |
TOP_UP_PRESET_123
For top ups which begin with *123* prefix and USSD code length is 14
|
static TopUpPreset |
TOP_UP_PRESET_131
For top ups which begin with *131* and USSD code length is 13
|
static TopUpPreset |
TOP_UP_PRESET_GENERIC
For top ups with any prefix and USSD code length from interval
[13, 16] |
Modifier and Type | Method and Description |
---|---|
static TopUpPreset |
valueOf(java.lang.String name) |
static TopUpPreset[] |
values() |
public static final TopUpPreset TOP_UP_PRESET_123
public static final TopUpPreset TOP_UP_PRESET_103
public static final TopUpPreset TOP_UP_PRESET_131
public static final TopUpPreset TOP_UP_PRESET_GENERIC
[13, 16]
public static TopUpPreset[] values()
public static TopUpPreset valueOf(java.lang.String name)