DealsDiscounts
Get details of deals discounts.
Columns
| Name | Type | ReadOnly | References | Description |
| Id [KEY] | String | True |
The unique identifier of the discount for the deal | |
| Type | String | False |
The type of discount, eg. percentage, currency etc. | |
| Amount | Integer | False |
The amount of discount for a deal. | |
| CreatedAt | Datetime | True |
The date at which the discount is created. | |
| CreatedBy | Integer | True |
The id of the user that created the discount. | |
| DealId [KEY] | Integer | True |
The id of the deal corresponding to the discount. | |
| Description | String | False |
The description of the discount. | |
| UpdatedAt | Datetime | True |
The date at which the discount was updated. | |
| UpdatedBy | Integer | True |
The id pf the user that updated the discount. |