WalletFunding

data class WalletFunding(val amount: Long, val currencyCode: String)

Data class representing the wallet funding part of a payment when initiating a purchase order.

Constructors

Link copied to clipboard
constructor(amount: Long, currencyCode: String)

Properties

Link copied to clipboard

Funding amount in currency minor units.

Link copied to clipboard

Currency alphabetic code as specified by ISO 4217.