PaymentType

@Serializable
enum PaymentType : Enum<PaymentType>

Payment type.

Entries

Link copied to clipboard
@SerialName(value = "Normal")
Normal

Default payment type.

Link copied to clipboard
@SerialName(value = "Refund")
Refund

Payment refund.