Home > @infiniteobjects/shopify-data-manager > AdminTypes > SubscriptionMailingAddress
Represents a Mailing Address on a Subscription.
Signature:
export interface SubscriptionMailingAddress
| Property | Modifiers | Type | Description |
|---|---|---|---|
| address1? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The first line of the address. Typically the street address or PO Box number. | |
| address2? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The second line of the address. Typically the number of the apartment, suite, or unit. | |
| city? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The name of the city, district, village, or town. | |
| company? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The name of the customer’s company or organization. | |
| country? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The name of the country. | |
| countryCode? | Maybe<CountryCode | `${CountryCode}`> | <p>(Optional) The two-letter code for the country of the address.</p><p>For example, US.</p> | |
| firstName? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The first name of the customer. | |
| lastName? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The last name of the customer. | |
| name? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The full name of the customer, based on firstName and lastName. | |
| phone? | Maybe<Scalars[‘String’][‘output’]> | (Optional) A unique phone number for the customer. Formatted using E.164 standard. For example, _+16135551111_. | |
| province? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The region of the address, such as the province, state, or district. | |
| provinceCode? | Maybe<Scalars[‘String’][‘output’]> | <p>(Optional) The two-letter code for the region.</p><p>For example, ON.</p> | |
| zip? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The zip or postal code of the address. |