DepositCreate

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

Deposit id.

Link copied to clipboard