Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerPaymentInstrumentBillingAddress
The billing address of a payment instrument.
Signature:
export interface CustomerPaymentInstrumentBillingAddress
Property | Modifiers | Type | Description |
---|---|---|---|
address1? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The first line of the address. Typically the street address or PO Box number. | |
city? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The name of the city, district, village, or town. | |
country? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The name of the country. | |
countryCode? | Maybe<CountryCode | `${CountryCode}`> | (Optional) The two-letter code for the country of the address. For example, US. | |
name? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The name of the buyer of the address. | |
province? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The region of the address, such as the province, state, or district. | |
provinceCode? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The two-letter code for the region. For example, ON. | |
zip? | Maybe<Scalars[‘String’][‘output’]> | (Optional) The zip or postal code of the address. |