GitHub

ShopifyCurrency

interface

import { ShopifyCurrency } from '@daffodil/driver/shopify'

A currency.

interface ShopifyCurrency {
  __typename: "Currency"
  isoCode: ShopifyCurrencyCode
  name: string
  symbol: string
}

Properties

__typename
"Currency"
isoCode
ShopifyCurrencyCode

The ISO code of the currency.

name
string

The name of the currency.

symbol
string

The symbol of the currency.