| Name | Type | Description | Notes |
|---|---|---|---|
| id | int | Unique ID for this entity. Not to be confused with the Integration ID, which is set by your integration layer and used in most endpoints. | |
| accountId | int | ||
| applicationId | int | ||
| campaignId | int | ||
| created | \DateTime | ||
| createdBy | int | ||
| revisionId | int | ||
| version | int | ||
| name | string | A user-facing name for this campaign. | [optional] |
| startTime | \DateTime | Timestamp when the campaign will become active. | [optional] |
| endTime | \DateTime | Timestamp when the campaign will become inactive. | [optional] |
| attributes | object | Arbitrary properties associated with this campaign. | [optional] |
| description | string | A detailed description of the campaign. | [optional] |
| activeRulesetId | int | The ID of the ruleset this campaign will use. | [optional] |
| tags | string[] | A list of tags for the campaign. | [optional] |
| couponSettings | \TalonOne\Client\Model\CodeGeneratorSettings | [optional] | |
| referralSettings | \TalonOne\Client\Model\CodeGeneratorSettings | [optional] | |
| limits | \TalonOne\Client\Model\LimitConfig[] | The set of limits that will operate for this campaign version. | [optional] |
| reevaluateOnReturn | bool | Indicates whether this campaign should be reevaluated when a customer returns an item. | [optional] |
| features | string[] | A list of features for the campaign. | [optional] |
| couponAttributes | object | Arbitrary properties associated with coupons in this campaign. | [optional] |