Sha256: 9d2d64b0ffe6f3aa96ad5c50f07040dd9c0a15284ad2515bf6e8089b42b7a7ca
Contents?: true
Size: 670 Bytes
Versions: 11
Compression:
Stored size: 670 Bytes
Contents
# KlaviyoAPI::CouponCodeCreateQueryResourceObjectAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **unique_code** | **String** | This is a unique string that will be or is assigned to each customer/profile and is associated with a coupon. | | | **expires_at** | **Time** | The datetime when this coupon code will expire. If not specified or set to null, it will be automatically set to 1 year. | [optional] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::CouponCodeCreateQueryResourceObjectAttributes.new( unique_code: ASD325FHK324UJDOI2M3JNES99, expires_at: 2023-01-01T00:00Z ) ```
Version data entries
11 entries across 11 versions & 1 rubygems