docs/CouponCreationJob.md in talon_one-3.0.2 vs docs/CouponCreationJob.md in talon_one-5.0.0
- old
+ new
@@ -16,10 +16,10 @@
**expiry_date** | **DateTime** | Expiration date of the coupon. Coupon never expires if this is omitted, zero, or negative. | [optional]
**number_of_coupons** | **Integer** | The number of new coupon codes to generate for the campaign. |
**coupon_settings** | [**CodeGeneratorSettings**](CodeGeneratorSettings.md) | | [optional]
**attributes** | [**Object**](.md) | Arbitrary properties associated with coupons. |
**batch_id** | **String** | The batch ID coupons created by this job will bear. |
-**status** | **String** | The current status of this request. Possible values: - `pending` - `completed` - `failed` - `coupon pattern full` |
+**status** | **String** | The current status of this request. Possible values: - `pending verification` - `pending` - `completed` - `failed` - `coupon pattern full` |
**created_amount** | **Integer** | The number of coupon codes that were already created for this request. |
**fail_count** | **Integer** | The number of times this job failed. |
**errors** | **Array<String>** | An array of individual problems encountered during the request. |
**created_by** | **Integer** | ID of the user who created this effect. |
**communicated** | **Boolean** | Whether or not the user that created this job was notified of its final state. |