Wasm Directoryalpha
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

NameTypeDescription
accounts-urlstring
bulletslist​<string>
descriptionstring
has-free-trialbool
ids32
monthly-price-in-centss32
namestring
numbers32
price-modelmarketplace-listing-plan-price-model-enum
statestring
unit-namestring
urlstring
yearly-price-in-centss32