WithdrawalCreate

data class WithdrawalCreate(val withdrawalId: String, val paymentProperties: List<PaymentProperty>?)

Data class representing a Withdrawal create request object.

Constructors

Link copied to clipboard
constructor(withdrawalId: String)
constructor(withdrawalId: String, paymentProperties: List<PaymentProperty>?)

Properties

Link copied to clipboard

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

Link copied to clipboard

Withdrawal id.