Uses of Class
com.xero.models.accounting.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)AllocationAllocation. amount(Double amount)AllocationAllocation. creditNote(CreditNote creditNote)AllocationAllocation. date(String date)AllocationAllocation. invoice(Invoice invoice)AllocationAllocation. overpayment(Overpayment overpayment)AllocationAllocation. prepayment(Prepayment prepayment)AllocationAllocation. statusAttributeString(String statusAttributeString)AllocationAllocation. validationErrors(List<ValidationError> validationErrors)Methods 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)CreditNoteCreditNote. addAllocationsItem(Allocation allocationsItem)OverpaymentOverpayment. addAllocationsItem(Allocation allocationsItem)PrepaymentPrepayment. addAllocationsItem(Allocation allocationsItem)Method parameters in com.xero.models.accounting with type arguments of type Allocation Modifier and Type Method Description AllocationsAllocations. allocations(List<Allocation> allocations)CreditNoteCreditNote. allocations(List<Allocation> allocations)OverpaymentOverpayment. allocations(List<Allocation> allocations)PrepaymentPrepayment. allocations(List<Allocation> allocations)voidAllocations. setAllocations(List<Allocation> allocations)voidCreditNote. setAllocations(List<Allocation> allocations)voidOverpayment. setAllocations(List<Allocation> allocations)voidPrepayment. setAllocations(List<Allocation> allocations)