Represents a reference to a Payment Instrument, used for Deposit or Withdrawal.

interface PaymentInstrumentReference {
    id: string;
    instrumentType: InstrumentType;
}

Properties

Properties

id: string

Instrument identifier.

instrumentType: InstrumentType

Instrument type.