Wasm Directoryalpha
Record

get-invoiceitems-params

No description available.

record get-invoiceitems-params {
  created: option​<string>,
  customer: option​<string>,
  ending-before: option​<string>,
  expand: option​<list​<string>>,
  invoice: option​<string>,
  limit: option​<s32>,
  pending: option​<bool>,
  starting-after: option​<string>,
  data: option​<string>,
}

Fields

NameTypeDescription
createdoption​<string>
customeroption​<string>
ending-beforeoption​<string>
expandoption​<list​<string>>
invoiceoption​<string>
limitoption​<s32>
pendingoption​<bool>
starting-afteroption​<string>
dataoption​<string>