Renames and updates subscription schedule renewal propertiesBreaking changes
What’s new
Includes multiple changes to subscription schedules:
- Renames
renewal_tobehavior end_, andbehavior cancelandreleasevalues. - Removes
renewal_.interval
A side effect of this change is that if you wrote a renewal_ of none on an old API version, end_ is now converted to cancel when reading the value back. In the event that you’re upgrading your API and set renewal_ as renew, with this API version enabled, you’ll see end_ as renew. However, you can no longer update renewal_, or set end_ to renew, as it’s in a read-only state.
Impact
Lets you more intuitively control how a subscription schedule ends using the end_ property. The change handles backward compatibility by automatically mapping the old renewal_ value of none to the new cancel end behavior.