# CustomerCreditCardBillingAddress - admin-graphql - OBJECT Version: 2024-07 ## Description The billing address of a credit card payment instrument. ### Access Scopes `read_customers` access scope. Also: Requires `read_customer_payment_methods` scope. ## Fields * [address1](/docs/api/admin-graphql/2024-07/scalars/String): String - The first line of the address. Typically the street address or PO Box number. * [city](/docs/api/admin-graphql/2024-07/scalars/String): String - The name of the city, district, village, or town. * [country](/docs/api/admin-graphql/2024-07/scalars/String): String - The name of the country. * [countryCode](/docs/api/admin-graphql/2024-07/enums/CountryCode): CountryCode - The two-letter code for the country of the address. For example, US. * [firstName](/docs/api/admin-graphql/2024-07/scalars/String): String - The first name in the billing address. * [lastName](/docs/api/admin-graphql/2024-07/scalars/String): String - The last name in the billing address. * [province](/docs/api/admin-graphql/2024-07/scalars/String): String - The region of the address, such as the province, state, or district. * [provinceCode](/docs/api/admin-graphql/2024-07/scalars/String): String - The alphanumeric code for the region. For example, ON. * [zip](/docs/api/admin-graphql/2024-07/scalars/String): String - The zip or postal code of the address. ## Connections ## Related queries ## Related mutations ## Related Unions ## Examples