stack

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

AdminTypes.CurrencyFormats interface

Currency formats configured for the merchant. These formats are available to use within Liquid.

Signature:

export interface CurrencyFormats 

Properties

Property Modifiers Type Description
moneyFormat   Scalars[‘FormattedString’][‘output’] Money without currency in HTML.
moneyInEmailsFormat   Scalars[‘String’][‘output’] Money without currency in emails.
moneyWithCurrencyFormat   Scalars[‘FormattedString’][‘output’] Money with currency in HTML.
moneyWithCurrencyInEmailsFormat   Scalars[‘String’][‘output’] Money with currency in emails.