Record

prepayment

No description available.

record prepayment {
  allocations: option​<list​<string>>,
  applied-amount: option​<f64>,
  attachments: option​<list​<attachment>>,
  contact: option​<contact>,
  currency-code: option​<currency-code>,
  currency-rate: option​<f64>,
  date: option​<string>,
  has-attachments: option​<bool>,
  line-amount-types: option​<line-amount-types>,
  line-items: option​<list​<line-item>>,
  prepayment-id: option​<string>,
  reference: option​<string>,
  remaining-credit: option​<f64>,
  status: option​<overpayment-status-enum>,
  sub-total: option​<f64>,
  total: option​<f64>,
  total-tax: option​<f64>,
  type-op: option​<prepayment-type-op-enum>,
  updated-date-utc: option​<string>,
}

Fields

NameTypeDescription
allocationsoption​<list​<string>>
applied-amountoption​<f64>
attachmentsoption​<list​<attachment>>
contactoption​<contact>
currency-codeoption​<currency-code>
currency-rateoption​<f64>
dateoption​<string>
has-attachmentsoption​<bool>
line-amount-typesoption​<line-amount-types>
line-itemsoption​<list​<line-item>>
prepayment-idoption​<string>
referenceoption​<string>
remaining-creditoption​<f64>
statusoption​<overpayment-status-enum>
sub-totaloption​<f64>
totaloption​<f64>
total-taxoption​<f64>
type-opoption​<prepayment-type-op-enum>
updated-date-utcoption​<string>