SubscriptionMailingAddress - admin-graphql - OBJECT
Version: 2024-10
Description:
Represents a Mailing Address on a Subscription.
Access Scopes
the `read_own_subscription_contracts` or `write_own_subscription_contracts` scope.
Fields
-
address1:
String -
The first line of the address. Typically the street address or PO Box number.
-
address2:
String -
The second line of the address. Typically the number of the apartment, suite, or unit.
-
city:
String -
The name of the city, district, village, or town.
-
company:
String -
The name of the customer's company or organization.
-
country:
String -
The name of the country.
-
countryCode:
CountryCode -
The two-letter code for the country of the address.
For example, US.
-
firstName:
String -
The first name of the customer.
-
lastName:
String -
The last name of the customer.
-
name:
String -
The full name of the customer, based on firstName and lastName.
-
phone:
String -
A unique phone number for the customer. Formatted using E.164 standard. For example, _+16135551111_.
-
province:
String -
The region of the address, such as the province, state, or district.
-
provinceCode:
String -
The alphanumeric code for the region.
For example, ON.
-
zip:
String -
The zip or postal code of the address.
Connections
Related queries
Related mutations
Related Unions
Examples