You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But currently there is no way to get the estimated ContractTerm.contract_end. For example a customer that wants to change their next billing date should be able to get the new estimated contract_end since their contract duration would change.
Describe the desired solution
The ideal scenario would be to add that estimated ContractTerm.contract_end to the current method: subscription_change_term_end_estimate since it makes sense.
Alternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
What problem does your feature request address?
With this method we get a estimate object when changing the term end:
https://apidocs.chargebee.com/docs/api/estimates?lang=node#subscription_change_term_end_estimate
But currently there is no way to get the estimated
ContractTerm.contract_end
. For example a customer that wants to change their next billing date should be able to get the new estimatedcontract_end
since their contract duration would change.Describe the desired solution
The ideal scenario would be to add that estimated
ContractTerm.contract_end
to the current method: subscription_change_term_end_estimate since it makes sense.Alternatives considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: