EnrichedFlashSaleItem
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | [default to null] | |
| flash_sale_id | Long | [default to null] | |
| item_type | String | [default to null] | |
| item_id | Long | [default to null] | |
| created_at | String | [default to null] | |
| updated_at | String | [default to null] | |
| quantity | Integer | Total quantity available for flash sale (None = unlimited) | [optional] [default to null] |
| sold_quantity | Integer | Number of items sold in this flash sale | [optional] [default to null] |
| remaining_quantity | Integer | Remaining quantity available (quantity - sold_quantity, or None if unlimited) | [optional] [default to null] |
| item | any | [default to null] |