Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.21 KB

CouponDeletionJob.md

File metadata and controls

23 lines (16 loc) · 1.21 KB

CouponDeletionJob

Properties

Name Type Description Notes
id Integer Internal ID of this entity.
created OffsetDateTime The time this entity was created.
applicationId Integer The ID of the application that owns this entity.
accountId Integer 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 Integer The number of coupon codes that were already deleted for this request. [optional]
failCount Integer The number of times this job failed.
errors List<String> An array of individual problems encountered during the request.
createdBy Integer 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<Integer> [optional]