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

    Type Alias PayPalMessagesOptions

    Base options for PayPal Messages configuration.

    type PayPalMessagesOptions = {
        buyerCountry?: string;
        currencyCode?: string;
        shopperSessionId?: string;
    }
    Index

    Properties

    buyerCountry?: string
    currencyCode?: string
    shopperSessionId?: string