| Package | Description |
|---|---|
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
Allocation |
Allocation.addValidationErrorsItem(ValidationError validationErrorsItem) |
Allocation |
Allocation.amount(Double amount) |
Allocation |
Allocation.creditNote(CreditNote creditNote) |
Allocation |
Allocation.date(String date) |
Allocation |
Allocation.invoice(Invoice invoice) |
Allocation |
Allocation.overpayment(Overpayment overpayment) |
Allocation |
Allocation.prepayment(Prepayment prepayment) |
Allocation |
Allocation.statusAttributeString(String statusAttributeString) |
Allocation |
Allocation.validationErrors(List<ValidationError> validationErrors) |
| Modifier and Type | Method and Description |
|---|---|
List<Allocation> |
Prepayment.getAllocations()
See Allocations
|
List<Allocation> |
CreditNote.getAllocations()
See Allocations
|
List<Allocation> |
Overpayment.getAllocations()
See Allocations
|
List<Allocation> |
Allocations.getAllocations()
Get allocations
|
| Modifier and Type | Method and Description |
|---|---|
Prepayment |
Prepayment.addAllocationsItem(Allocation allocationsItem) |
CreditNote |
CreditNote.addAllocationsItem(Allocation allocationsItem) |
Overpayment |
Overpayment.addAllocationsItem(Allocation allocationsItem) |
Allocations |
Allocations.addAllocationsItem(Allocation allocationsItem) |
| Modifier and Type | Method and Description |
|---|---|
Prepayment |
Prepayment.allocations(List<Allocation> allocations) |
CreditNote |
CreditNote.allocations(List<Allocation> allocations) |
Overpayment |
Overpayment.allocations(List<Allocation> allocations) |
Allocations |
Allocations.allocations(List<Allocation> allocations) |
void |
Prepayment.setAllocations(List<Allocation> allocations) |
void |
CreditNote.setAllocations(List<Allocation> allocations) |
void |
Overpayment.setAllocations(List<Allocation> allocations) |
void |
Allocations.setAllocations(List<Allocation> allocations) |
Copyright © 2020. All rights reserved.