SCALAR
Money
The Money scalar type represents a signed double-precision fractional
values parsed by the Decimal library. The Decimal appears in a JSON
response as a string to preserve precision.
This scalar type only accepts Integers, Strings, Floats, and NULL as entries.
link GraphQL Schema definition
- scalar Money
link Require by
- AddDiscountInputadd discount definition
- AddDrawerCountInputA drawer count in POS terminals input type
- AddFeeInputadd fee definition
- AddItemOptionInputAdd item option input type
- AddMenuItemInputAdd menu item input type
- AddMenuModifierInputA menu modifier input
- AddOnlineOrderRequestInputAn online order request received from an online ordering service like LevelUp
- AddOrderComboOptionInputadd order combo option type
- AddOrderCustomInputadd order custom entry input type
- AddOrderDiscountInputadd order discount type
- AddOrderFeeInputadd order fee input type
- AddOrderGiftCardInputadd order gift card entry input type
- AddOrderItemOptionInputadd order item option input type
- AddOrderModifierInputadd order modifier input type
- AddOrderPaymentInputadd order payment input type
- AddOrderRefundInputadd order refund input type
- AddOrderTaxInputadd order tax input type
- AddOrderTenderTypeInputAdd order tender type input
- AddOrderTicketInputadd order ticket type
- AddTaxInputadd tax definition
- AddTenderTypeInputInput Object to add a Tender Type
- AddTransactionInputadd transaction input type
- ChargeA charge
- ComboItemOptionA menu item option that belongs to a combo
- ComboItemOptionPriceCustom menu price for a combo item option for a given location
- ComboItemOptionPriceInputInput for combo item option price
- ComboModifierA menu modifier that belongs to a combo
- ComboModifierPriceCustom menu price for a combo modifier for a given location
- ComboModifierPriceInputInput for combo modifier price
- ComboOptionPriceCustom menu price for a combo option for a given location
- ComboOptionPriceInputInput for combo option price
- DiscountA discount
- DrawerCountA drawer count in POS terminals
- DrawerCountForTableA drawer count for the table in a report
- ElavonDatanull
- ElavonDataInputnull
- FeeA Fee
- ItemModifierA menu modifier that belongs to an item
- ItemModifierPriceCustom menu price for an item modifier for a given location
- ItemModifierPriceInputInput for item modifier price
- ItemOptionPriceCustom menu price for an item option for a given location
- ItemOptionPriceInputInput for item option price
- MenuComboOptionA menu combo option
- MenuItemA menu item
- MenuItemOptionA menu item option
- MenuModifierA menu modifier
- MenuSnapshotComboItemOptionA menu snapshot's item option that belongs to a combo
- MenuSnapshotComboModifierA menu snapshot's modifier that belongs to a combo
- MenuSnapshotComboOptionA menu snapshot's combo option
- MenuSnapshotItemA menu snapshot's menu item
- MenuSnapshotItemModifierA menu snapshot modifier that belongs to an item
- MenuSnapshotItemOptionA menu snapshot's item option
- MenuSnapshotModifierA menu snapshot modifier
- MenuSnapshotSelectionA menu snapshot selection object
- ModifierPriceCustom menu price for a modifier for a given location
- ModifierPriceInputInput for modifier price
- OnlineOrderRequestAn online order request received from an online ordering service like LevelUp
- OrderComboOptionAn order combo option
- OrderCustomAn order custom entry
- OrderDiscountAn order discount
- OrderFeeAn order fee
- OrderGiftCardAn Order Gift Card Entry
- OrderItemOptionAn order item option
- OrderModifierA order modifier
- OrderPaymentAn order payment
- OrderRefundAn order refund
- OrderTaxAn order tax
- OrderTenderTypeOrder tender type object
- OrderTicketAn order ticket
- OverviewReportOverview report
- ReportA report
- ReportingOrderAn order in a report
- ReportingSaleForFeeInfo for a fee in sales report.
- ReportingSaleForGraphA sale for the graph in a report
- ReportingSaleForProductivityA sale for the productivity in a report
- ReportingSaleForTableA sale for the table in a report
- ReportingSaleForTaxA sale for the tax in a report
- ReportingSalePerDiscountA sale per discount report
- ReportingSalePerOrderTypeA sale per order type report
- ReportingSalePerPaymentMethodA sale per payment method report
- TaxA Tax
- TenderTypeTender Type object
- TransactionA transaction
- UpdateDiscountInputupdate discount definition
- UpdateFeeInputupdate fee definition
- UpdateItemOptionInputUpdate item option input type
- UpdateMenuItemInputUpdate menu item input type
- UpdateMenuModifierInputA update menu modifier input
- UpdateTaxInputupdate tax definition
- UpdateTenderTypeInputInput object to update a Tender Type