Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.3 KB

CouponDeletionJob.md

File metadata and controls

22 lines (17 loc) · 1.3 KB

CouponDeletionJob

Properties

Name Type Description Notes
id int Internal ID of this entity.
created datetime The time this entity was created.
application_id int The ID of the application that owns this entity.
account_id int The ID of the account that owns this entity.
filters CouponDeletionFilters
status str The current status of this request. Possible values: - `not_ready` - `pending` - `completed` - `failed`
deleted_amount int The number of coupon codes that were already deleted for this request. [optional]
fail_count int The number of times this job failed.
errors list[str] An array of individual problems encountered during the request.
created_by int ID of the user who created this effect.
communicated bool Indicates whether the user that created this job was notified of its final state.
campaign_i_ds list[int] [optional]

[Back to Model list] [Back to API list] [Back to README]