2.1 KiB
2.1 KiB
UpdatePlanPriceResponse
Fields
| Field | Type | Required | Description |
|---|---|---|---|
amount |
float | ✔️ | Base price amount for the plan. |
interval |
models.UpdatePlanPriceIntervalResponse | ✔️ | Billing interval (e.g. 'month', 'year'). |
interval_count |
Optional[float] | ➖ | Number of intervals per billing cycle. Defaults to 1. |
display |
Optional[models.UpdatePlanPriceDisplay] | ➖ | Display text for showing this price in pricing pages. |