Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.08 KB

File metadata and controls

19 lines (15 loc) · 1.08 KB

Allocation

Properties

Name Type Description Notes
allocation_id str Xero generated unique identifier [optional]
invoice Invoice
overpayment Overpayment [optional]
prepayment Prepayment [optional]
credit_note CreditNote [optional]
amount float the amount being applied to the invoice
date date the date the allocation is applied YYYY-MM-DD.
is_deleted bool A flag that returns true when the allocation is succesfully deleted [optional]
status_attribute_string str A string to indicate if a invoice status [optional]
validation_errors list[ValidationError] Displays array of validation error messages from the API [optional]

[Back to Model list] [Back to API list] [Back to README]