Wasm Directoryalpha
Record

get-credit-notes-params

No description available.

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

Fields

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