| Name | Type | Description | Notes |
|---|---|---|---|
| auto_renew | bool | Specifies whether the subscription automatically renews at the end of the each term. Only applicable if the type of the first term is `TERMED`. | [optional] |
| initial_term | CreateSubscriptionTermsInitialTerm | ||
| renewal_setting | str | Specifies the type of the terms that follow the first term if the subscription is renewed. Only applicable if the type of the first term is `TERMED`. * `RENEW_WITH_SPECIFIC_TERM` - Each renewal term has a predefined duration. The first entry in `renewalTerms` specifies the duration of the second term of the subscription, the second entry in `renewalTerms` specifies the duration of the third term of the subscription, and so on. The last entry in `renewalTerms` specifies the ultimate duration of each renewal term. * `RENEW_TO_EVERGREEN` - The second term of the subscription does not have a predefined duration. | [optional] |
| renewal_terms | list[RenewalTerm] | List of renewal terms of the subscription. Only applicable if the type of the first term is `TERMED` and the value of the `renewalSetting` field is `RENEW_WITH_SPECIFIC_TERM`. |