| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | The internal ID of this entity. | |
| created | OffsetDateTime | The time this entity was created. | |
| applicationId | Long | The ID of the Application that owns this entity. | |
| accountId | Long | The ID of the account that owns this entity. | |
| filters | CouponDeletionFilters | ||
| status | String | The current status of this request. Possible values: - `not_ready` - `pending` - `completed` - `failed` | |
| deletedAmount | Long | The number of coupon codes that were already deleted for this request. | [optional] |
| failCount | Long | The number of times this job failed. | |
| errors | List<String> | An array of individual problems encountered during the request. | |
| createdBy | Long | ID of the user who created this effect. | |
| communicated | Boolean | Indicates whether the user that created this job was notified of its final state. | |
| campaignIDs | List<Long> | [optional] |