Represents the parameters for retrieving a list of payment instruments.

interface PaymentInstrumentParameters {
    instrumentId: string;
    instrumentType: InstrumentType;
}

Properties

instrumentId: string

The instrument id.

instrumentType: InstrumentType

The instrument type.