Name | Type | Description | Notes |
---|---|---|---|
id | Number | The ID of the Subscription | [optional] |
userId | Number | The ID of the User who created Subscription | [optional] |
dealId | Number | The ID of the Deal this Subscription associated with | [optional] |
description | String | Description of the recurring Subscription | [optional] |
isActive | Boolean | The Subscription status | [optional] |
cyclesCount | Number | Shows how many payments a Recurring Subscription has | [optional] |
cycleAmount | Number | Amount of each payment | [optional] |
infinite | Boolean | Indicates that the Recurring Subscription will last until it's manually canceled or deleted | [optional] |
currency | String | The currency of the Subscription | [optional] |
cadenceType | String | Interval between payments | [optional] |
startDate | Date | The start date of the Recurring Subscription | [optional] |
endDate | Date | The end date of the Subscription | [optional] |
lifetimeValue | Number | The total value of all payments | [optional] |
finalStatus | String | The final status of the Subscription | [optional] |
addTime | String | The creation time of the Subscription | [optional] |
updateTime | String | The update time of the Subscription | [optional] |