CustomerPaymentInstrumentBillingAddress - admin-graphql - OBJECT
Version: 2024-10
Description:
The billing address of a payment instrument.
Access Scopes
`read_customers` access scope. Also: Requires `read_customer_payment_methods` scope.
Fields
-
address1:
String -
The first line of the address. Typically the street address or PO Box number.
-
city:
String -
The name of the city, district, village, or town.
-
country:
String -
The name of the country.
-
countryCode:
CountryCode -
The two-letter code for the country of the address.
For example, US.
-
name:
String -
The name of the buyer of the address.
-
province:
String -
The region of the address, such as the province, state, or district.
-
provinceCode:
String -
The alphanumeric code for the region.
For example, ON.
-
zip:
String -
The zip or postal code of the address.
Connections
Related queries
Related mutations
Related Unions
Examples