Sha256: d54e945dd0bd2f83bd8b8bbb71b8f3ac17dbf5347accc687cb5de6e53f5b8e74
Contents?: true
Size: 593 Bytes
Versions: 11
Compression:
Stored size: 593 Bytes
Contents
# KlaviyoAPI::CouponUpdateQueryResourceObject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**CouponEnum**](CouponEnum.md) | | | | **id** | **String** | The internal id of a Coupon is equivalent to its external id stored within an integration. | | | **attributes** | [**CouponUpdateQueryResourceObjectAttributes**](CouponUpdateQueryResourceObjectAttributes.md) | | | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::CouponUpdateQueryResourceObject.new( type: null, id: 10OFF, attributes: null ) ```
Version data entries
11 entries across 11 versions & 1 rubygems