Wasm Directoryalpha
Record

get-invoices-search-response

No description available.

record get-invoices-search-response {
  data: list​<invoice>,
  has-more: bool,
  next-page: option​<string>,
  object: get-invoices-search-response-object-enum,
  total-count: option​<s32>,
  url: string,
}

Fields

NameTypeDescription
datalist​<invoice>
has-morebool
next-pageoption​<string>
objectget-invoices-search-response-object-enum
total-countoption​<s32>
urlstring