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

2.1 KiB
Raw Blame History

CreateBalanceReset

Reset configuration for the balance. If not provided, the balance is a one-time grant that never resets.

Fields

Field Type Required Description
interval models.CreateBalanceInterval ✔️ The interval at which the balance resets (e.g., 'month', 'day', 'year').
interval_count Optional[float] Number of intervals between resets. Defaults to 1 (e.g., interval_count: 2 with interval: 'month' resets every 2 months).