TicketLine Summar
Structure
Field | Type | Required | Description |
---|---|---|---|
ticketNumber | String | identifier for the ticket. | |
ticketItems | List of TicketItems |
JSON representation
{ "ticketNumber" : "9312125", "ticketItems" : [ { "itemCode" : "REAL", "name" : "Señorio Real cza", "quantity" : 1, "costCenter" : "A1", "amountAfterTax" : 16.000000 }, { "itemCode" : "LANZA", "name" : "lanjaron 1/2", "quantity" : 1, "costCenter" : "A2", "amountAfterTax" : 2.500000 } ] }