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

    Interface ShippingAddressParameters

    Controls how the customer's shipping address is collected via Google Pay.

    interface ShippingAddressParameters {
        allowedCountryCodes?: string[];
        phoneNumberRequired?: boolean;
    }
    Index

    Properties

    allowedCountryCodes?: string[]
    phoneNumberRequired?: boolean