OBJECT
MonetaryValue
link GraphQL Schema definition
1 type MonetaryValue { 2 Float! : 3 4 # Required permission: none 5 Currency! : 6 7 String! : 8 9 # Value expressed in sub-units, which are not always 1/100 10 Int! : 11 12 # Value in base currency 13 MonetaryValue! : 14 15 # Arguments 16 # format: ISO-8601 17 String = "Y-m-d\\TH:i:sP"): String! ( : 18 19 Float! : 20 21 }
link Required by
- Account
- AdminDiscount
- AppliedDiscount
- BundleItemOrderLine
- BundleItemSubscriptionLine
- BundleOrderLine
- BundleSubscriptionLine
- CampaignVariant
- Commission
- DirectToConsumerOrder
- GiftCertificateGenerator
- GiftCertificateOrderLine
- Invoice
- InvoiceLine
- InvoiceTotals
- MonetaryValue
- Order
- OrderDiscount
- OrderLine
- OrderTotalPriceRange
- OrderTotals
- PaymentHistoryEntry
- Price
- PriceRange
- ProductOrderLine
- ProductVariant
- ProductVariantSupply
- PurchaseOrder
- PurchaseOrderDelivery
- PurchaseOrderDeliveryLine
- PurchaseOrderLine
- Return
- ReturnLine
- ReturnTotals
- Shipment
- ShipmentLine
- ShipmentTotals
- ShippingPriceRange
- SingleVariantSubscriptionLine
- SubscriptionLine
- TaxBreakdownLine
- TaxSummary
- TotalItemsPriceRange
- TotalWeightPriceRange
- WarehouseDeliveryLine
- WholesaleOrder