GitHub

MoneyInput

The input fields for a monetary value with currency.

import { MoneyInput } from '@daffodil/driver/shopify'
type MoneyInput = {
    amount: Scalars['Decimal']['input'];
    currencyCode: CurrencyCode;
}
Type Options
MoneyInput { amount: Scalars['Decimal']['input']; currencyCode: CurrencyCode; }