The offer object
When you fetch, create, or edit an offer, the API responds with an array of one or more offer objects. These objects include relatedtier data.
| Key | Description | 
|---|---|
| display_title | Name displayed in the offer window | 
| display_description | Text displayed in the offer window | 
| name | Internal name for an offer, must be unique | 
| code | Shortcode for the offer, for example: https://yoursite.com/black-friday | 
| status | activeorarchived- denotes if the offer is active or archived | 
| type | percentorfixed- whether the amount off is a percentage or fixed | 
| amount | Offer discount amount, as a percentage or fixed value as set in type. Amount is always denoted by the smallest currency unit (e.g., 100 cents instead of $1.00 in USD) | 
| currency | fixedtype offers only - specifies tier’s currency as three letter ISO currency code | 
| currency_restriction | Denotes whether the offer `currency` is restricted. If so, changing the currency invalidates the offer | 
| duration | once/forever/repeating.repeatingduration is only available whencadenceismonth | 
| duration_in_months | Number of months offer should be repeated when durationisrepeating | 
| redemption_count | Number of times the offer has been redeemed | 
| tier | Tier on which offer is applied | 
| cadence | monthoryear- denotes if offer applies to tier’s monthly or yearly price | 

