ReceiptItem
(OBJECT)
Receipt item
link GraphQL Schema definition
- type ReceiptItem {
- # Item internal ID
- ID! :
- # Text description of item
- String :
- # Item quantity
- Int :
- # Item price
- Price :
- # Tax ratio for given order item
- Percentage :
- }