TransferCreate

data class TransferCreate(val transferId: String, val paymentProperties: List<PaymentProperty>?)

Data class representing a Customer Transfer create request object.

Constructors

Link copied to clipboard
constructor(transferId: String)
constructor(transferId: 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

Customer Transfer id.