Last update:
July 26, 2024
InputMemberAddressType object¶
This type represents the input object for member addresses.
Fields¶
Field | Description |
---|---|
city String! |
The city of the address. |
countryCode String! |
The country code of the address. |
countryName String |
The country name of the address. |
email String |
The email associated with the address. |
firstName String |
The first name associated with the address. |
id String |
The Id of the address. |
key String |
The key of the address. |
lastName String |
The last name associated with the address. |
line1 String! |
The first line of the address. |
line2 String |
The second line of the address. |
middleName String |
The middle name associated with the address. |
name String |
The name of the address. |
organization String |
The organization associated with the address. |
phone String |
The phone number associated with the address. |
postalCode String! |
The postal code of the address. |
regionId String |
The region Id of the address. |
regionName String |
The region name of the address. |
zip String |
The zip code of the address. |
outerId String |
The external Id of the address. |
description String |
The description of the address. |
addressType Int |
The type of the address. |