| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | [optional] | |
| title | string | ||
| quantity | int | [optional] | |
| images | \Swappy\Api\Model\ProductImage[] | [optional] | |
| category | \Swappy\Api\Model\Category | ||
| address | \Swappy\Api\Model\Address | [optional] | |
| description | string | ||
| auction | bool | ||
| date_start | \DateTime | ISO-8601 date or Duration, if it is a duration, it will be relative to process time | [optional] |
| live | \Swappy\Api\Model\Live | [optional] | |
| price | double | ||
| reserve_price | double | [optional] | |
| buynow_price | double | [optional] | |
| lot_number | string | [optional] | |
| delivery | \Swappy\Api\Model\Delivery[] | ||
| payment | \Swappy\Api\Model\Payment[] | ||
| auto_renew | bool | [optional] | |
| taxes | \Swappy\Api\Model\ProductTaxes | [optional] | |
| estimate | \Swappy\Api\Model\ProductEstimate | [optional] | |
| offer | \Swappy\Api\Model\ProductOffer | [optional] | |
| duration | int | [optional] |