@paysafe/paysafe-wallet-saas-web
    Preparing search index...

    Interface PaymentInstrumentsParameters

    Represents the parameters for the payment instruments.

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

    Properties

    instrumentType?: InstrumentType

    The instrument type filter.

    paymentOption?: PaymentOptionType

    The payment option filter.