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

    Interface EmailPaymentInstrumentTransactionDetails

    Represents details about a customer's email payment instrument.

    interface EmailPaymentInstrumentTransactionDetails {
        email: string;
        instrumentId?: string;
        instrumentType: EMAIL;
    }

    Hierarchy (View Summary)

    Index

    Properties

    email: string

    Email address for the payment instrument.

    "ema***1@example.com"
    
    instrumentId?: string

    Instrument ID.

    instrumentType: EMAIL

    EMAIL instrument type.