# SubscriptionMailingAddress - customer - OBJECT Version: 2024-10 ## Description The mailing address on a subscription. ### Access Scopes ## Fields * [address1](/docs/api/customer/2024-10/scalars/String): String - The first line of the address, typically the street address or PO Box number. * [address2](/docs/api/customer/2024-10/scalars/String): String - The second line of the address, typically the apartment, suite, or unit number. * [city](/docs/api/customer/2024-10/scalars/String): String - The name of the city, district, village, or town. * [company](/docs/api/customer/2024-10/scalars/String): String - The name of the customer's company or organization. * [country](/docs/api/customer/2024-10/scalars/String): String - The name of the country. * [countryCode](/docs/api/customer/2024-10/enums/CountryCode): CountryCode - The two-letter code for the country of the address. For example, US. * [firstName](/docs/api/customer/2024-10/scalars/String): String - The first name of the customer. * [lastName](/docs/api/customer/2024-10/scalars/String): String - The last name of the customer. * [name](/docs/api/customer/2024-10/scalars/String): String - The full name of the customer, based on the first name and last name. * [phone](/docs/api/customer/2024-10/scalars/String): String - A unique phone number for the customer, formatted using the E.164 standard. For example, _+16135551111_. * [province](/docs/api/customer/2024-10/scalars/String): String - The region of the address, such as the province, state, or district. * [provinceCode](/docs/api/customer/2024-10/scalars/String): String - The alphanumeric code for the region. For example, ON. * [zip](/docs/api/customer/2024-10/scalars/String): String - The zip or postal code of the address. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples