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
- }