TicketItems Trevenque
Structure
Field | Type | Required | Description |
---|---|---|---|
itemCode | String | Code of item of the POS | |
name | String | Name of the item. | |
quantity | Integer | Quantity | |
costCenter | String | Cost cente of the POS | |
amountAfterTax | Decimal | Amount after tax |
JSON representation
{ "itemCode" :"LANZA", "name" : "lanjaron 1/2", "quantity" : 1, "costCenter" : "A2", "amountAfterTax" : 2.500000 }