CurrencySetting object
Represents a currency setting.
On this page
Fields
- currencyCode (
[CurrencyCode!](https://shopify.dev/docs/admin-api/graphql/reference/common-objects/currencycode))
The currency’s ISO code. - currencyName (
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
The full name of the currency. - enabled (
[Boolean!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#boolean-2021-01))
Flag describing whether the currency is enabled. - rateUpdatedAt (
[DateTime](https://shopify.dev/docs/admin-api/graphql/reference/scalar#datetime-2021-01))
Date and time when the exchange rate for the currency was last modified.
Types that return CurrencySetting
[Shop.currencySettings](https://shopify.dev/docs/admin-api/graphql/reference/store-properties/shop#currencysettings-2021-01)
An auto-generated type for paginating through multiple CurrencySettings.
On this page
Fields
- edges (
[[CurrencySettingEdge!]!](https://shopify.dev/docs/admin-api/graphql/reference/orders/currencysetting))
A list of edges. - pageInfo (
[PageInfo!](https://shopify.dev/docs/admin-api/graphql/reference/pageinfo))
Information to aid in pagination.
An auto-generated type which holds one CurrencySetting and a cursor during pagination.
On this page
Fields
- cursor (
[String!](https://shopify.dev/docs/admin-api/graphql/reference/scalar#string-2021-01))
A cursor for use in pagination. - node (
[CurrencySetting!](https://shopify.dev/docs/admin-api/graphql/reference/orders/currencysetting))
The item at the end of CurrencySettingEdge.
Types that return CurrencySettingEdge
[CurrencySettingConnection.edges](https://shopify.dev/docs/admin-api/graphql/reference/orders/currencysetting#edges-2021-01)
