Sha256: ae72082f5f5cf24bd7fb0fbb8f05d273ec0f0731b48b64c641a6f3fe9ee105d0
Contents?: true
Size: 655 Bytes
Versions: 8
Compression:
Stored size: 655 Bytes
Contents
# KlaviyoAPI::CouponCodeCreateQueryResourceObject ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **type** | [**CouponCodeEnum**](CouponCodeEnum.md) | | | | **attributes** | [**CouponCodeCreateQueryResourceObjectAttributes**](CouponCodeCreateQueryResourceObjectAttributes.md) | | | | **relationships** | [**CouponCodeCreateQueryResourceObjectRelationships**](CouponCodeCreateQueryResourceObjectRelationships.md) | | [optional] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::CouponCodeCreateQueryResourceObject.new( type: null, attributes: null, relationships: null ) ```
Version data entries
8 entries across 8 versions & 1 rubygems