stack

Home > @infiniteobjects/shopify-data-manager > AdminTypes > CurrencySetting

AdminTypes.CurrencySetting interface

A setting for a presentment currency.

Signature:

export interface CurrencySetting 

Properties

Property Modifiers Type Description
currencyCode   CurrencyCode | `${CurrencyCode}` The currency’s ISO code.
currencyName   Scalars[‘String’][‘output’] The full name of the currency.
enabled   Scalars[‘Boolean’][‘output’] Whether the currency is enabled or not. An enabled currency setting is visible to buyers and allows orders to be generated with that currency as presentment.
rateUpdatedAt?   Maybe<Scalars[‘DateTime’][‘output’]> (Optional) The date and time when the active exchange rate for the currency was last modified. It can be the automatic rate’s creation date, or the manual rate’s last updated at date if active.