PaymentInstrumentReference

data class PaymentInstrumentReference(val id: String, val instrumentType: InstrumentType)

Data class that represents a reference to Payment Instrument, used for Deposit or Withdrawal.

Constructors

Link copied to clipboard
constructor(id: String, instrumentType: InstrumentType)

Properties

Link copied to clipboard
val id: String

Instrument identifier.

Link copied to clipboard

Instrument type.