WithdrawalCreate

data class WithdrawalCreate(val withdrawalId: String, val paymentProperties: List<PaymentProperty>?, val paymentInstrument: PaymentInstrument? = null, val recipient: WithdrawalRecipientRequest? = null)

Data class representing a Withdrawal create request object.

Constructors

Link copied to clipboard
constructor(withdrawalId: String)
constructor(withdrawalId: String, paymentProperties: List<PaymentProperty>?, paymentInstrument: PaymentInstrument? = null, recipient: WithdrawalRecipientRequest? = null)

Properties

Link copied to clipboard

Represents a payment instrument, used for Withdrawal.

Link copied to clipboard

List of payment option specific properties required for processing of the payment.

Link copied to clipboard

Withdrawal recipient request object.

Link copied to clipboard

Withdrawal id.