WithdrawalConfirm

data class WithdrawalConfirm(val withdrawalId: String, val paymentProperties: List<PaymentProperty>?, val scaDetails: ScaAuthenticationEventRequest?)

Data class representing a Withdrawal confirm request object.

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard

SCA authentication details, including information about the authentication process. It should be included in the request of any wallet operation that requires it due to PSD2 regulatory requirements.

Link copied to clipboard

Withdrawal id.