Sha256: 589e1224a6b715a47d78609286ccec50daae97f8e2a064b61417e239e6969086

Contents?: true

Size: 1.33 KB

Versions: 6

Compression:

Stored size: 1.33 KB

Contents

# TalonOne::NewCoupons

## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**usage_limit** | **Integer** | The number of times a coupon code can be redeemed. This can be set to 0 for no limit, but any campaign usage limits will still apply.  | 
**start_date** | **DateTime** | Timestamp at which point the coupon becomes valid. | [optional] 
**expiry_date** | **DateTime** | Expiry date of the coupon. Coupon never expires if this is omitted, zero, or negative. | [optional] 
**valid_characters** | **Array<String>** | Set of characters to be used when generating random part of code. Defaults to [A-Z, 0-9] (in terms of RegExp). | 
**coupon_pattern** | **String** | The pattern that will be used to generate coupon codes. The character `#` acts as a placeholder and will be replaced by a random character from the `validCharacters` set.  | 
**number_of_coupons** | **Integer** | The number of new coupon codes to generate for the campaign. Must be at least 1. | 
**unique_prefix** | **String** | A unique prefix to prepend to all generated coupons. | [optional] 
**attributes** | **Object** | Arbitrary properties associated with this item | [optional] 
**recipient_integration_id** | **String** | The integration ID for this coupon's beneficiary's profile | [optional] 


Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
talon_one-1.4.0 docs/NewCoupons.md
talon_one-1.3.0 docs/NewCoupons.md
talon_one-1.2.0 docs/NewCoupons.md
talon_one-1.1.2 docs/NewCoupons.md
talon_one-1.1.1 docs/NewCoupons.md
talon_one-1.1.0 docs/NewCoupons.md