| ID | Yes | UUID | Unique identifier of entity |
| CAMPAIGN_ID | Yes | UUID | Foreign key for VVS_CAMPAIGNS |
| RECURRING | | BOOLEAN | boolean - if true the discount will apply to all future transactions on the product |
| CURRENCY | | VARCHAR | |
| INITIAL_VALUE | | FLOAT | the amount/percentage to discount on the first transaction |
| INITIAL_UNIT | | VARCHAR | the unit of the initial discount (amount or percentage) |
| RECURRING_VALUE | | FLOAT | the amount/percentage to discount when recurring |
| RECURRING_UNIT | | VARCHAR | the unit of recurring discounts (amount or percentage) |
| TENANT_ID | Yes | VARCHAR | |
| CREATED_AT | Yes | DATE | |
| UPDATED_AT | Yes | DATE | |
| REQUIRES_PURCHASE | | BOOLEAN | |