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

    Interface PaymentInstrumentParameters

    Represents the parameters for retrieving a list of payment instruments.

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

    Properties

    instrumentId: string

    The instrument id.

    instrumentType: InstrumentType

    The instrument type.