stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > CustomerCreditCardBillingAddress

AdminTypes.CustomerCreditCardBillingAddress interface

The billing address of a credit card payment instrument.

Signature:

export interface CustomerCreditCardBillingAddress 

Properties

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.
firstName?   Maybe<Scalars[‘String’][‘output’]> (Optional) The first name in the billing address.
lastName?   Maybe<Scalars[‘String’][‘output’]> (Optional) The last name in the billing 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.