Uses of Class
com.xero.models.accounting.Allocation
Packages that use Allocation
-
Uses of Allocation in com.xero.api.client
Methods in com.xero.api.client that return AllocationModifier and TypeMethodDescriptionAccountingApi.deleteCreditNoteAllocations(String accessToken, String xeroTenantId, UUID creditNoteID, UUID allocationID) Deletes an Allocation from a Credit NoteAccountingApi.deleteOverpaymentAllocations(String accessToken, String xeroTenantId, UUID overpaymentID, UUID allocationID) Deletes an Allocation from an overpaymentAccountingApi.deletePrepaymentAllocations(String accessToken, String xeroTenantId, UUID prepaymentID, UUID allocationID) Deletes an Allocation from a Prepayment -
Uses of Allocation in com.xero.models.accounting
Methods in com.xero.models.accounting that return AllocationModifier and TypeMethodDescriptionAllocation.addValidationErrorsItem(ValidationError validationErrorsItem) Displays array of validation error messages from the APIAllocation.allocationID(UUID allocationID) Xero generated unique identifierthe amount being applied to the invoiceAllocation.creditNote(CreditNote creditNote) creditNotethe date the allocation is applied YYYY-MM-DD.invoiceAllocation.overpayment(Overpayment overpayment) overpaymentAllocation.prepayment(Prepayment prepayment) prepaymentAllocation.statusAttributeString(String statusAttributeString) A string to indicate if a invoice statusAllocation.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 AllocationModifier and TypeMethodDescriptionAllocations.getAllocations()Get allocationsCreditNote.getAllocations()See AllocationsOverpayment.getAllocations()See AllocationsPrepayment.getAllocations()See AllocationsMethods in com.xero.models.accounting with parameters of type AllocationModifier and TypeMethodDescriptionAllocations.addAllocationsItem(Allocation allocationsItem) allocationsCreditNote.addAllocationsItem(Allocation allocationsItem) See AllocationsOverpayment.addAllocationsItem(Allocation allocationsItem) See AllocationsPrepayment.addAllocationsItem(Allocation allocationsItem) See AllocationsMethod parameters in com.xero.models.accounting with type arguments of type AllocationModifier and TypeMethodDescriptionAllocations.allocations(List<Allocation> allocations) allocationsCreditNote.allocations(List<Allocation> allocations) See AllocationsOverpayment.allocations(List<Allocation> allocations) See AllocationsPrepayment.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