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

    Interface BillingAddressParameters

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

    interface BillingAddressParameters {
        format?: Format;
        phoneNumberRequired?: boolean;
    }
    Index

    Properties

    format?: Format
    phoneNumberRequired?: boolean