| Name | Description | Type | Additional information |
|---|---|---|---|
| ID |
Gets or sets the POS specific identifier for this line |
string |
None. |
| SaleID |
Gets or sets the a hash of the POS Sale Identifier from the PosSaleLine |
string |
None. |
| SaleTime |
Gets or sets the time (at POS system local time) that this sale occurred |
date |
None. |
| ItemID |
Gets or sets as hash of the POS specific identifier of the item that was sold |
string |
None. |
| ItemName |
Gets or sets the name of the Item that was sold |
string |
None. |
| ItemItemGroupName |
Gets or sets the Item Group name. |
string |
None. |
| ItemItemCategoryName |
Gets or sets the Item Category name. |
string |
None. |
| Quantity |
Gets or sets the number of item that was sold |
decimal number |
None. |
| OrderAmount |
Gets or sets the order amount for this sale line |
decimal number |
None. |
| InvoiceAmount |
Gets or sets the invoice amount for this sale line |
decimal number |
None. |
| InvoiceTax |
Gets or sets the sales tax for this sale line |
decimal number |
None. |
| DiscountAmount |
Gets or sets the dollar amount of discount applied to this sale line |
decimal number |
None. |