@paypal/paypal-js
    Preparing search index...

    Type Alias ApplePayMerchantSession

    Apple Pay merchant session returned after validation.

    type ApplePayMerchantSession = {
        merchantSession: {
            displayName: string;
            domainName: string;
            epochTimestamp: number;
            expiresAt: number;
            merchantIdentifier: string;
            merchantSessionIdentifier: string;
            nonce: string;
            operationalAnalyticsIdentifier: string;
            pspId: string;
            retries: number;
            signature: string;
        };
    }
    Index

    Properties

    Properties

    merchantSession: {
        displayName: string;
        domainName: string;
        epochTimestamp: number;
        expiresAt: number;
        merchantIdentifier: string;
        merchantSessionIdentifier: string;
        nonce: string;
        operationalAnalyticsIdentifier: string;
        pspId: string;
        retries: number;
        signature: string;
    }