(supports custom properties)
Document representing a customer product list item purchase.
Property | Type | Constraints | Description |
---|---|---|---|
id |
String | The id of this purchase. | |
order_no |
String | The order number of this purchase. | |
product_list_item_id |
String | The id of the product list item this purchase relates to. | |
purchaser_name |
String | The name of the purchaser. | |
quantity |
Decimal | minNumberValue=0.0 | The quantity of this product list item purchased. |