Represents the parameters for the payment instruments.

interface PaymentInstrumentsParameters {
    instrumentType?: InstrumentType;
    paymentOption?: PaymentOptionType;
}

Properties

instrumentType?: InstrumentType

The instrument type filter.

paymentOption?: PaymentOptionType

The payment option filter.