Sha256: 3cec9b62ea2a7ae81f5aad107e89084c62d091efba928e536738cec0d9db4e79
Contents?: true
Size: 532 Bytes
Versions: 11
Compression:
Stored size: 532 Bytes
Contents
# KlaviyoAPI::CouponCreateQueryResourceObjectAttributes ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **external_id** | **String** | This is the id that is stored in an integration such as Shopify or Magento. | | | **description** | **String** | A description of the coupon. | [optional] | ## Example ```ruby require 'klaviyo-api-sdk' instance = KlaviyoAPI::CouponCreateQueryResourceObjectAttributes.new( external_id: 10OFF, description: 10% off for purchases over $50 ) ```
Version data entries
11 entries across 11 versions & 1 rubygems