Deposit Create
data class DepositCreate(val depositId: String, val paymentProperties: List<PaymentProperty>?, val paymentInstrument: PaymentInstrument?)
Data class representing a Deposit create request object.
Constructors
Link copied to clipboard
constructor(depositId: String, paymentProperties: List<PaymentProperty>?, paymentInstrument: PaymentInstrument?)
Properties
Link copied to clipboard
PaymentInstrument object.
Link copied to clipboard
List of PaymentProperty objects.