Sha256: cd57b3b4e3f71473180caeb0bcba16a2cc349be13d47c7344d62309693881c96
Contents?: true
Size: 661 Bytes
Versions: 11
Compression:
Stored size: 661 Bytes
Contents
# KlaviyoAPI::CouponCodeUpdateQueryResourceObject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**CouponCodeEnum**](CouponCodeEnum.md) | | | | **id** | **String** | The id of a coupon code is a combination of its unique code and the id of the coupon it is associated with. | | | **attributes** | [**CouponCodeUpdateQueryResourceObjectAttributes**](CouponCodeUpdateQueryResourceObjectAttributes.md) | | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::CouponCodeUpdateQueryResourceObject.new( type: null, id: 10OFF-ASD325FHK324UJDOI2M3JNES99, attributes: null ) ```
Version data entries
11 entries across 11 versions & 1 rubygems