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

    Interface PaymentInstrumentReference

    Represents a reference to a Payment Instrument, used for Deposit or Withdrawal.

    interface PaymentInstrumentReference {
        id: string;
        instrumentType: InstrumentType;
    }
    Index

    Properties

    Properties

    id: string

    Instrument identifier.

    instrumentType: InstrumentType

    Instrument type.