Withdrawal Create
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, paymentProperties: List<PaymentProperty>?, paymentInstrument: PaymentInstrument? = null, recipient: WithdrawalRecipientRequest? = null)