Record
marketplace-listing-plan
No description available.
record marketplace-listing-plan {
accounts-url: string,
bullets: list<string>,
description: string,
has-free-trial: bool,
id: s32,
monthly-price-in-cents: s32,
name: string,
number: s32,
price-model: marketplace-listing-plan-price-model-enum,
state: string,
unit-name: string,
url: string,
yearly-price-in-cents: s32,
}Fields
| Name | Type | Description |
|---|---|---|
| accounts-url | string | |
| bullets | list<string> | |
| description | string | |
| has-free-trial | bool | |
| id | s32 | |
| monthly-price-in-cents | s32 | |
| name | string | |
| number | s32 | |
| price-model | marketplace-listing-plan-price-model-enum | |
| state | string | |
| unit-name | string | |
| url | string | |
| yearly-price-in-cents | s32 |