TransferCancel

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

Data class representing a Customer Transfer cancel request object.

Constructors

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

Properties

Link copied to clipboard

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

Link copied to clipboard

Customer Transfer id.