CardDepositRequest

data class CardDepositRequest(val amount: Long, val currencyCode: String, val paymentInstrumentReference: PaymentInstrumentReference?, val merchantRefNum: String?)

Data class representing an Card Deposit preview request object.

Constructors

Link copied to clipboard
constructor(amount: Long, currencyCode: String, paymentInstrumentReference: PaymentInstrumentReference?, merchantRefNum: String?)

Properties

Link copied to clipboard

Deposit amount in currency minor units.

Link copied to clipboard

Currency alphabetic code as specified by ISO 4217.

Link copied to clipboard

This is the merchant reference number created by the merchant and submitted as part of the request. It must be unique for each request and allows cross referencing objects from merchant system to embedded wallet objects.

Link copied to clipboard

Represents a reference to a Payment Instrument, used for Deposit or Withdrawal.