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

    Type Alias GooglePayConfirmOrderOptions

    Options for confirming a Google Pay order

    These are the parameters passed to session.confirmOrder(). The clientId is managed internally by the SDK.

    type GooglePayConfirmOrderOptions = {
        billingAddress?: GooglePayPaymentContact;
        email?: string;
        orderId: string;
        paymentMethodData: GooglePayPaymentMethodData;
        shippingAddress?: GooglePayPaymentContact;
    }
    Index

    Properties

    billingAddress?: GooglePayPaymentContact
    email?: string
    orderId: string
    paymentMethodData: GooglePayPaymentMethodData
    shippingAddress?: GooglePayPaymentContact