airwallex-payment-react-native - v0.3.1
    Preparing search index...

    Interface GooglePayOptions

    Google Pay configuration. Required on a PaymentSession when invoking startGooglePay, or when offering Google Pay through presentEntirePaymentFlow on Android.

    interface GooglePayOptions {
        allowCreditCards?: boolean;
        allowedCardAuthMethods?: string[];
        allowedCardNetworks: string[];
        allowPrepaidCards?: boolean;
        assuranceDetailsRequired?: boolean;
        billingAddressParameters?: BillingAddressParameters;
        billingAddressRequired?: boolean;
        checkoutOption?: string;
        emailRequired?: boolean;
        merchantName?: string;
        shippingAddressParameters?: ShippingAddressParameters;
        shippingAddressRequired?: boolean;
        skipReadinessCheck?: boolean;
        totalPriceLabel?: string;
        transactionId?: string;
    }
    Index

    Properties

    allowCreditCards?: boolean
    allowedCardAuthMethods?: string[]
    allowedCardNetworks: string[]
    allowPrepaidCards?: boolean
    assuranceDetailsRequired?: boolean
    billingAddressParameters?: BillingAddressParameters
    billingAddressRequired?: boolean
    checkoutOption?: string
    emailRequired?: boolean
    merchantName?: string
    shippingAddressParameters?: ShippingAddressParameters
    shippingAddressRequired?: boolean
    skipReadinessCheck?: boolean
    totalPriceLabel?: string
    transactionId?: string