| Package | Description |
|---|---|
| com.xero.models.accounting |
| Modifier and Type | Method and Description |
|---|---|
Allocation |
Allocation.amount(Double amount) |
Allocation |
Allocation.date(org.threeten.bp.LocalDate date) |
Allocation |
Allocation.invoice(Invoice invoice) |
| 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 © 2019. All rights reserved.