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

    Transaction information for Google Pay payment requests

    Passed to Google PaymentsClient.loadPaymentData() as part of the request payload.

    type GooglePayTransactionInfo = {
        countryCode: string;
        currencyCode: string;
        displayItems?: { label: string; price: string; type: string }[];
        totalPrice: string;
        totalPriceLabel?: string;
        totalPriceStatus: "FINAL" | "ESTIMATED" | "NOT_CURRENTLY_KNOWN";
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown
    Index

    Properties

    countryCode: string
    currencyCode: string
    displayItems?: { label: string; price: string; type: string }[]
    totalPrice: string
    totalPriceLabel?: string
    totalPriceStatus: "FINAL" | "ESTIMATED" | "NOT_CURRENTLY_KNOWN"