WalletCheckoutSessionPayment

data class WalletCheckoutSessionPayment(val id: String, val slipId: String?, val status: WalletCheckoutPaymentStatus, val amount: Long, val currencyCode: String, val availableBalance: Long, val balanceAfterUpdate: Long, val createdAt: Calendar)

Data class representing information about the payment.

Constructors

Link copied to clipboard
constructor(id: String, slipId: String?, status: WalletCheckoutPaymentStatus, amount: Long, currencyCode: String, availableBalance: Long, balanceAfterUpdate: Long, createdAt: Calendar)

Properties

Link copied to clipboard

TThe amount of the payment, in minor units.

Link copied to clipboard

Customer's available balance, in minor units.

Link copied to clipboard

Customer's balance after the payment, in minor units.

Link copied to clipboard

Date the payment has been created in the form of Calendar.

Link copied to clipboard

Currency alphabetic code as specified by ISO 4217.

Link copied to clipboard
val id: String

The identifier of the payment.

Link copied to clipboard

The slip identifier.

Link copied to clipboard

The status of the payment.