1
0
mirror of synced 2025-12-22 19:34:15 -05:00

Correct values for the price_model field (#31913)

This commit is contained in:
Sarah Edwards
2022-10-24 08:53:56 -07:00
committed by GitHub
parent 2cf2b93e27
commit 6ae5496064
4 changed files with 5 additions and 5 deletions

View File

@@ -52,7 +52,7 @@ Key | Type | Description
`description` | `string` | This plan's description.
`monthly_price_in_cents` | `integer` | The monthly price of this plan in cents (US currency). For example, a listing that costs 10 US dollars per month will be 1000 cents.
`yearly_price_in_cents` | `integer` | The yearly price of this plan in cents (US currency). For example, a listing that costs 100 US dollars per month will be 120000 cents.
`price_model` | `string` | The pricing model for this listing. Can be one of `flat-rate`, `per-unit`, or `free`.
`price_model` | `string` | The pricing model for this listing. Can be one of `FLAT_RATE`, `PER_UNIT`, or `FREE`.
`has_free_trial` | `boolean` | `true` when this listing offers a free trial.
`unit_name` | `string` | The name of the unit. If the pricing model is not `per-unit` this will be `nil`.
`bullet` | `array of strings` | The names of the bullets set in the pricing plan.