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

    Interface PaymentInstrument

    Represents a payment instrument, used for Deposit or Withdrawal.

    interface PaymentInstrument {
        bankCodeId?: string;
        bankName?: string;
        creationTime: string;
        customerId?: string;
        id?: string;
        instrumentType: InstrumentType;
        status?: PaymentInstrumentStatus;
    }

    Hierarchy (View Summary)

    Index

    Properties

    bankCodeId?: string

    The bank code identifier.

    bankName?: string

    The bank name. Populated if localization is available.

    creationTime: string

    Creation time.

    Format should be ISO 8601 in UTC. Represents RFC 3339, section 5.6 date-time.

    "2021-07-15T17:54:12Z"
    
    customerId?: string

    The customer to which this instrument belongs.

    id?: string

    The instrument id.

    instrumentType: InstrumentType

    The instrument type.

    The instrument status.