import { ShopifyMoneyV2 } from '@daffodil/driver/shopify'
A monetary value with currency.
interface ShopifyMoneyV2 {
__typename: "MoneyV2"
amount: Scalars['Decimal']['output']
currencyCode: ShopifyCurrencyCode
}
__typename "MoneyV2" |
|---|
amount Scalars['Decimal']['output'] |
|---|
Decimal money amount. |
currencyCode ShopifyCurrencyCode |
|---|
Currency of the money. |