Home > @infiniteobjects/shopify-data-manager > AdminTypes > MoneyInput
The input fields for a monetary value with currency.
Signature:
export interface MoneyInput
| Property | Modifiers | Type | Description |
|---|---|---|---|
| amount | Scalars[‘Decimal’][‘input’] | Decimal money amount. | |
| currencyCode | CurrencyCode | `${CurrencyCode}` | Currency of the money. |