TransferSchedule

data class TransferSchedule(val transferId: String, val paymentProperties: List<PaymentProperty>? = null, val scaDetails: ScaAuthenticationEventRequest? = null)

Data class representing a Customer Transfer schedule request object.

Constructors

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

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.