Record
allocation
No description available.
record allocation {
amount: f64,
credit-note: option<string>,
date: string,
invoice: invoice,
overpayment: option<overpayment>,
prepayment: option<prepayment>,
status-attribute-string: option<string>,
validation-errors: option<list<validation-error>>,
}Fields
| Name | Type | Description |
|---|---|---|
| amount | f64 | |
| credit-note | option<string> | |
| date | string | |
| invoice | invoice | |
| overpayment | option<overpayment> | |
| prepayment | option<prepayment> | |
| status-attribute-string | option<string> | |
| validation-errors | option<list<validation-error>> |