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

1.8 KiB
Raw Blame History

CheckPrice

Fields

Field Type Required Description
amount Optional[float] The per-unit price amount.
tiers List[models.CheckTier] Tiered pricing configuration if applicable.
billing_units float ✔️ The number of units per billing increment (eg. $9 / 250 units).
billing_method models.CheckBillingMethod ✔️ Whether usage is prepaid or billed pay-per-use.
max_purchase Nullable[float] ✔️ Maximum quantity that can be purchased, or null for unlimited.