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

    Type Alias GooglePayPaymentMethodData

    Payment method data returned from Google Pay

    This is the data received from Google's PaymentsClient.loadPaymentData() in the onPaymentAuthorized callback. It's passed to confirmOrder().

    type GooglePayPaymentMethodData = {
        description: string | null;
        info: CardInfo;
        tokenizationData: GooglePayTokenizationData;
        type: string;
    }
    Index

    Properties

    description: string | null
    info: CardInfo
    tokenizationData: GooglePayTokenizationData
    type: string