1.8 KiB
1.8 KiB
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. |