Racehorse
    Preparing search index...

    Interface GooglePayUserAddress

    interface GooglePayUserAddress {
        address1?: null | string;
        address2?: null | string;
        administrativeArea?: null | string;
        countryCode?: null | string;
        locality?: null | string;
        name?: null | string;
        phoneNumber?: null | string;
        postalCode?: null | string;
    }
    Index

    Properties

    address1?: null | string
    address2?: null | string
    administrativeArea?: null | string
    countryCode?: null | string
    locality?: null | string
    name?: null | string
    phoneNumber?: null | string
    postalCode?: null | string