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
| Name | Type | Description |
|---|---|---|
| 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> |