Sha256: 46d53f29e33e1ebf486baf3ee0ed05897c50be539fef7ac2a7f65158c10edbab
Contents?: true
Size: 574 Bytes
Versions: 11
Compression:
Stored size: 574 Bytes
Contents
# KlaviyoAPI::CouponCodeUpdateQueryResourceObjectAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **status** | **String** | The API status of our coupon codes. | [optional] | | **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::CouponCodeUpdateQueryResourceObjectAttributes.new( status: null, expires_at: 2023-01-01T00:00Z ) ```
Version data entries
11 entries across 11 versions & 1 rubygems