Represents details about a customer's payment instrument.

interface PaymentInstrumentTransactionDetails {
    instrumentId?: string;
    instrumentType: InstrumentTypeTransactionDetails;
}

Hierarchy (view full)

Properties

instrumentId?: string

Instrument ID.

Instrument type.