Uses of Class
com.xero.models.accounting.Allocation
-
Packages that use Allocation Package Description com.xero.models.accounting -
-
Uses of Allocation in com.xero.models.accounting
Methods in com.xero.models.accounting that return Allocation Modifier and Type Method Description AllocationAllocation. addValidationErrorsItem(ValidationError validationErrorsItem)Displays array of validation error messages from the APIAllocationAllocation. amount(Double amount)the amount being applied to the invoiceAllocationAllocation. creditNote(CreditNote creditNote)creditNoteAllocationAllocation. date(String date)the date the allocation is applied YYYY-MM-DD.AllocationAllocation. invoice(Invoice invoice)invoiceAllocationAllocation. overpayment(Overpayment overpayment)overpaymentAllocationAllocation. prepayment(Prepayment prepayment)prepaymentAllocationAllocation. statusAttributeString(String statusAttributeString)A string to indicate if a invoice statusAllocationAllocation. validationErrors(List<ValidationError> validationErrors)Displays array of validation error messages from the APIMethods in com.xero.models.accounting that return types with arguments of type Allocation Modifier and Type Method Description List<Allocation>Allocations. getAllocations()Get allocationsList<Allocation>CreditNote. getAllocations()See AllocationsList<Allocation>Overpayment. getAllocations()See AllocationsList<Allocation>Prepayment. getAllocations()See AllocationsMethods in com.xero.models.accounting with parameters of type Allocation Modifier and Type Method Description AllocationsAllocations. addAllocationsItem(Allocation allocationsItem)allocationsCreditNoteCreditNote. addAllocationsItem(Allocation allocationsItem)See AllocationsOverpaymentOverpayment. addAllocationsItem(Allocation allocationsItem)See AllocationsPrepaymentPrepayment. addAllocationsItem(Allocation allocationsItem)See AllocationsMethod parameters in com.xero.models.accounting with type arguments of type Allocation Modifier and Type Method Description AllocationsAllocations. allocations(List<Allocation> allocations)allocationsCreditNoteCreditNote. allocations(List<Allocation> allocations)See AllocationsOverpaymentOverpayment. allocations(List<Allocation> allocations)See AllocationsPrepaymentPrepayment. allocations(List<Allocation> allocations)See AllocationsvoidAllocations. setAllocations(List<Allocation> allocations)allocationsvoidCreditNote. setAllocations(List<Allocation> allocations)See AllocationsvoidOverpayment. setAllocations(List<Allocation> allocations)See AllocationsvoidPrepayment. setAllocations(List<Allocation> allocations)See Allocations
-