GitHub

ShopifyMoneyInput

interface

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

The input fields for a monetary value with currency.

interface ShopifyMoneyInput {
  amount: Scalars['Decimal']['input']
  currencyCode: ShopifyCurrencyCode
}

Properties

amount
Scalars['Decimal']['input']

Decimal money amount.

currencyCode
ShopifyCurrencyCode

Currency of the money.