DealDto
This specifies the deal tagging for the product.
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| DiscountPercentage | long | ❌ | |
| PublicPrice | double | ❌ | |
| Tags_ | List<Tags> | ❌ |
Tags
Properties
| Name | Type | Required | Description |
|---|---|---|---|
| BlackFriday | string | ✅ | "BLACK_FRIDAY" |
| Genius | string | ✅ | "GENIUS" |
| LimitedTimeDeal | string | ✅ | "LIMITED_TIME_DEAL" |
| LoggedInDeal | string | ✅ | "LOGGED_IN_DEAL" |
| MobileRate | string | ✅ | "MOBILE_RATE" |
| SeasonalDeal | string | ✅ | "SEASONAL_DEAL" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs