finished sdk

This commit is contained in:
John Yeo
2026-02-19 16:05:43 +00:00
591 changed files with 38404 additions and 6418 deletions

View File

@@ -0,0 +1,14 @@
# UpdatePlanOnDecrease
Credit behavior when quantity decreases mid-cycle.
## Values
| Name | Value |
| --------------------- | --------------------- |
| `PRORATE` | prorate |
| `PRORATE_IMMEDIATELY` | prorate_immediately |
| `PRORATE_NEXT_CYCLE` | prorate_next_cycle |
| `NONE` | none |
| `NO_PRORATIONS` | no_prorations |