客户信用卡账单地址-CustomerCreditCardBillingAddress 对象
信用卡付款工具的帐单邮寄地址。
所需的访问
read_customers
访问范围。
在本页面
字段
- address1(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
地址的第一行。通常是街道地址或邮政信箱号码。 - city(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
城市,地区,村庄或城镇的名称。 - country(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
国家的名字。 - countryCode(
[CountryCode](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/countrycode)
)
地址国家/地区的两个字母的代码。例如,美国。 - province(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
地址的区域,例如省,州或地区。 - provinceCode(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
该区域的两个字母的代码。例如,ON。 - zip(
[String](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01)
)
地址的邮政编码。
返回CustomerCreditCardBillingAddress的类型
[CustomerCreditCard.billingAddress](https://shopify.dev/docs/admin-api/graphql/reference/customers/customercreditcard#billingaddress-2021-01)