Transfer Confirm
data class TransferConfirm(val transferId: String, val paymentProperties: List<PaymentProperty>?, val scaDetails: ScaAuthenticationEventRequest?)
Data class representing a Customer Transfer confirm request object.
Constructors
Link copied to clipboard
constructor(transferId: 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
Customer Transfer id.