货币设定-CurrencySetting 对象
表示货币设置。
在本页面
字段
- currencyCode(
[CurrencyCode!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/currencycode))
货币的ISO代码。 - currencyName(
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
货币的全名。 - enabled(
[Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01))
描述是否启用货币的标志。 - rateUpdatedAt(
[DateTime](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01))
上次修改货币汇率的日期和时间。 
返回CurrencySetting的类型
[Shop.currencySettings](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/shop#currencysettings-2021-01)
自动生成的类型,用于通过多个CurrencySettings分页。
在本页面
字段
- edges(
[[CurrencySettingEdge!]!](https://shopify.dev/docs/admin-api/graphql/reference/orders/currencysetting))
边列表。 - pageInfo(
[PageInfo!](https://shopify.dev/docs/admin-api/graphql/reference/pageinfo))
有助于分页的信息。 
一种自动生成的类型,在分页期间包含一个CurrencySetting和一个光标。
在本页面
字段
- cursor(
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
用于分页的光标。 - node(
[CurrencySetting!](https://shopify.dev/docs/admin-api/graphql/reference/orders/currencysetting))
CurrencySettingEdge末尾的项目。 
返回CurrencySettingEdge的类型
[CurrencySettingConnection.edges](https://shopify.dev/docs/admin-api/graphql/reference/orders/currencysetting#edges-2021-01)
