Wasm Directoryalpha
Record

get-plans-params

No description available.

record get-plans-params {
  active: option​<bool>,
  created: option​<string>,
  ending-before: option​<string>,
  expand: option​<list​<string>>,
  limit: option​<s32>,
  product: option​<string>,
  starting-after: option​<string>,
  data: option​<string>,
}

Fields

NameTypeDescription
activeoption​<bool>
createdoption​<string>
ending-beforeoption​<string>
expandoption​<list​<string>>
limitoption​<s32>
productoption​<string>
starting-afteroption​<string>
dataoption​<string>