Enum CheckType
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description public classCheckType.Companion
-
Enum Constant Summary
Enum Constants Enum Constant Description NOПривязка без проверки
HOLDПривязка с блокировкой в 1 руб
THREE_DSПривязка с 3DS
THREE_DS_HOLDПривязка с 3DS и блокировкой маленькой суммы до 2 руб
-
Method Summary
Modifier and Type Method Description StringtoString()final CheckTypevalueOf(String value)Returns the enum constant of this type with the specified name. final Array<CheckType>values()Returns an array containing the constants of this enum type, in the order they're declared. final EnumEntries<CheckType>getEntries()Тип проверки при привязке карты -
-
Method Detail
-
valueOf
final CheckType valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
values
final Array<CheckType> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
getEntries
final EnumEntries<CheckType> getEntries()
Тип проверки при привязке карты
-
-
-
-