import { ShopifyMoneyInput } from '@daffodil/driver/shopify'
The input fields for a monetary value with currency.
interface ShopifyMoneyInput {
amount: Scalars['Decimal']['input']
currencyCode: ShopifyCurrencyCode
}
amount Scalars['Decimal']['input'] |
|---|
Decimal money amount. |
currencyCode ShopifyCurrencyCode |
|---|
Currency of the money. |