| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Name | string |
None. |
|
| Barcode | string |
None. |
|
| Price | decimal number |
None. |
|
| PriceWithoutDiscount | decimal number |
None. |
|
| DiscountApplied | decimal number |
None. |
|
| DiscountValueApplied | decimal number |
None. |
|
| FinalDiscountApplied | decimal number |
None. |
|
| FinalDiscountValueApplied | decimal number |
None. |
|
| Quantity | decimal number |
None. |
|
| BrandCode | string |
None. |
|
| BrandName | string |
None. |
|
| ProductCategories | Collection of string |
None. |
|
| ProductTypeCode | string |
None. |
|
| ProductCode | string |
None. |
|
| ProductName | string |
None. |
|
| PurchaseId | globally unique identifier |
None. |
|
| CustomerId | globally unique identifier |
None. |
|
| Promotions | Collection of PromotionPurchaseDto |
None. |
|
| Categories | Collection of ProductCategoryDto |
None. |
|
| PurchaseDate | date |
None. |
|
| CustomFields | Dictionary of string [key] and CustomFieldPurchaseDto [value] |
None. |
|
| Description | string |
None. |
|
| CouponValue | string |
None. |
|
| Total | decimal number |
None. |
|
| TotalWithoutDiscount | decimal number |
None. |
|
| TotalDiscountApplied | decimal number |
None. |
|
| TotalDiscountValueApplied | decimal number |
None. |