Subscription churn prevention campaigns
Overview
The object below is returned directly or within a successful response from the following API requests:
| Parameters | Type/Description | ||
|---|---|---|---|
| AvailableCancellationReasons | Object with dynamic properties (as reasons number can change in time) | ||
| REASON_CODE_1 | Required (string) | ||
| REASON_CODE_3 | Required (string) | ||
| REASON_CODE_5 | Required (string) | ||
| REASON_CODE_6 | Required (string) | ||
| REASON_CODE_7 | Required (string) | ||
| REASON_CODE_9 | Required (string) | ||
| Campaigns | Array of objects | ||
| Code | String | ||
| Unique, system-generated campaign identifier. | |||
| Name | String | ||
| Name of the campaign. | |||
| DefaultMessage | String | ||
| Default message of the campaign displayed to shoppers. | |||
| CancellationReasonRequired | Boolean | ||
| Used to decide if you want to allow shoppers to pause subscription. | |||
| OfferDiscount | Object | ||
| Message | String | ||
| Discount message. | |||
| Discount | String | ||
| Discount value in decimal number. | |||
| BillingCycles | String | ||
| Billing cycles number. | |||