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