Constructor
new Product()
Product object
Properties:
Name | Type | Description |
---|---|---|
ID |
string | Reference (SKU) |
Description |
string | Product Name |
Quantity |
string | Quantity purchased, stored as string. |
Category |
string | CategoryID[CategoryName] |
Quantity |
string | Quantity purchased, stored as string. |
UnitPriceTF |
string | Unit Price Tax Free, stored as string. |
UnitPriceTI |
string | Unit Price Tax Included, stored as string. |
DiscountCode |
string | Discount code, stored as string. |
DiscountTF |
string | Discount amount Tax Free, stored as string. |
DiscountTI |
string | Discount amount Tax Included, stored as string. |
TotalSale |
string | Total Product Revenue, stored as string. |