Record

credit-note

No description available.

record credit-note {
  allocations: option​<list​<allocation>>,
  applied-amount: option​<f64>,
  branding-theme-id: option​<string>,
  cis-deduction: option​<f64>,
  cis-rate: option​<f64>,
  contact: option​<contact>,
  credit-note-id: option​<string>,
  credit-note-number: option​<string>,
  currency-code: option​<currency-code>,
  currency-rate: option​<f64>,
  date: option​<string>,
  due-date: option​<string>,
  fully-paid-on-date: option​<string>,
  has-attachments: option​<bool>,
  has-errors: option​<bool>,
  line-amount-types: option​<line-amount-types>,
  line-items: option​<list​<line-item>>,
  payments: option​<list​<string>>,
  reference: option​<string>,
  remaining-credit: option​<f64>,
  sent-to-contact: option​<bool>,
  status: option​<invoice-status-enum>,
  status-attribute-string: option​<string>,
  sub-total: option​<f64>,
  total: option​<f64>,
  total-tax: option​<f64>,
  type-op: option​<credit-note-type-op-enum>,
  updated-date-utc: option​<string>,
  validation-errors: option​<list​<validation-error>>,
  warnings: option​<list​<validation-error>>,
}

Fields

NameTypeDescription
allocationsoption​<list​<allocation>>
applied-amountoption​<f64>
branding-theme-idoption​<string>
cis-deductionoption​<f64>
cis-rateoption​<f64>
contactoption​<contact>
credit-note-idoption​<string>
credit-note-numberoption​<string>
currency-codeoption​<currency-code>
currency-rateoption​<f64>
dateoption​<string>
due-dateoption​<string>
fully-paid-on-dateoption​<string>
has-attachmentsoption​<bool>
has-errorsoption​<bool>
line-amount-typesoption​<line-amount-types>
line-itemsoption​<list​<line-item>>
paymentsoption​<list​<string>>
referenceoption​<string>
remaining-creditoption​<f64>
sent-to-contactoption​<bool>
statusoption​<invoice-status-enum>
status-attribute-stringoption​<string>
sub-totaloption​<f64>
totaloption​<f64>
total-taxoption​<f64>
type-opoption​<credit-note-type-op-enum>
updated-date-utcoption​<string>
validation-errorsoption​<list​<validation-error>>
warningsoption​<list​<validation-error>>