GitHub

MoneyV2

A monetary value with currency.

import { MoneyV2 } from '@daffodil/driver/shopify'
type MoneyV2 = {
    __typename?: 'MoneyV2';
    amount: Scalars['Decimal']['output'];
    currencyCode: CurrencyCode;
}
Type Options
MoneyV2 { __typename?: 'MoneyV2'; amount: Scalars['Decimal']['output']; currencyCode: CurrencyCode; }