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;
}

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