Files
cfw-autumn/others/python-sdk/docs/models/billingupdatebillingbehavior.md
John Yeo 90287e6308 latest
2026-02-19 13:24:33 +00:00

11 lines
461 B
Markdown

# BillingUpdateBillingBehavior
How to handle billing when updating an existing subscription. 'prorate_immediately' charges/credits prorated amounts now, 'next_cycle_only' skips creating any charges and applies the change at the next billing cycle.
## Values
| Name | Value |
| --------------------- | --------------------- |
| `PRORATE_IMMEDIATELY` | prorate_immediately |
| `NEXT_CYCLE_ONLY` | next_cycle_only |