PTEOperations

enum PTEOperations : Enum<PTEOperations> , GSONConvertible<PTEOperations>

Типы операций.

Entries

Link copied to clipboard
@SerializedName(value = "Payment")
PAYMENT

Оплата.

Link copied to clipboard
@SerializedName(value = "Cancellation")
CANCELLATION

Отмена.

Link copied to clipboard
@SerializedName(value = "Refund")
REFUND

Возврат.

Link copied to clipboard
@SerializedName(value = "Rollback")
ROLLBACK

Аварийная отмена.

Link copied to clipboard
@SerializedName(value = "Preauthorize")
PREAUTHORIZE

Предавторизация.

Link copied to clipboard
@SerializedName(value = "ConfirmPreauthorized")
CONFIRM_PREAUTHORIZED

Подтверждение предавторизации.

Link copied to clipboard
@SerializedName(value = "CancelPreauthorize")
CANCEL_PREAUTHORIZE

Отмена предавторизации.

Functions

Link copied to clipboard
open override fun toJSON(): String
Link copied to clipboard

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.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.

Properties

Link copied to clipboard
val code: Int
Link copied to clipboard
Link copied to clipboard