Record

invoice

No description available.

record invoice {
  date: option​<string>,
  id: option​<s32>,
  label: option​<string>,
  subtotal: option​<f64>,
  tax: option​<f64>,
  tax-summary: option​<list​<invoice-tax-summary-item>>,
  total: option​<f64>,
}

Fields

NameTypeDescription
dateoption​<string>
idoption​<s32>
labeloption​<string>
subtotaloption​<f64>
taxoption​<f64>
tax-summaryoption​<list​<invoice-tax-summary-item>>
totaloption​<f64>