# 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 ) ```