Wasm Directoryalpha
Record

get-prices-params

No description available.

record get-prices-params {
  active: option​<bool>,
  created: option​<string>,
  currency: option​<string>,
  ending-before: option​<string>,
  expand: option​<list​<string>>,
  limit: option​<s32>,
  lookup-keys: option​<list​<string>>,
  product: option​<string>,
  recurring: option​<string>,
  starting-after: option​<string>,
  type-op: option​<get-prices-type-op-enum>,
  data: option​<string>,
}

Fields

NameTypeDescription
activeoption​<bool>
createdoption​<string>
currencyoption​<string>
ending-beforeoption​<string>
expandoption​<list​<string>>
limitoption​<s32>
lookup-keysoption​<list​<string>>
productoption​<string>
recurringoption​<string>
starting-afteroption​<string>
type-opoption​<get-prices-type-op-enum>
dataoption​<string>