Uses of Class
com.xero.models.accounting.Overpayment
Packages that use Overpayment
-
Uses of Overpayment in com.xero.models.accounting
Methods in com.xero.models.accounting that return OverpaymentModifier and TypeMethodDescriptionOverpayment.addAllocationsItem(Allocation allocationsItem) See AllocationsOverpayment.addAttachmentsItem(Attachment attachmentsItem) See AttachmentsOverpayment.addLineItemsItem(LineItem lineItemsItem) See Overpayment Line ItemsOverpayment.addPaymentsItem(Payment paymentsItem) See PaymentsOverpayment.allocations(List<Allocation> allocations) See AllocationsOverpayment.appliedAmount(Double appliedAmount) The amount of applied to an invoiceOverpayment.attachments(List<Attachment> attachments) See AttachmentscontactOverpayment.currencyCode(CurrencyCode currencyCode) currencyCodeOverpayment.currencyRate(Double currencyRate) The currency rate for a multicurrency overpayment.The date the overpayment is created YYYY-MM-DDAllocation.getOverpayment()Get overpaymentPayment.getOverpayment()Get overpaymentOverpayment.lineAmountTypes(LineAmountTypes lineAmountTypes) lineAmountTypesSee Overpayment Line ItemsOverpayment.overpaymentID(UUID overpaymentID) Xero generated unique identifierSee PaymentsOverpayment.remainingCredit(Double remainingCredit) The remaining credit balance on the overpaymentOverpayment.status(Overpayment.StatusEnum status) See Overpayment Status CodesThe subtotal of the overpayment excluding taxesThe total of the overpayment (subtotal + total tax)The total tax on the overpaymentOverpayment.type(Overpayment.TypeEnum type) See Overpayment TypesMethods in com.xero.models.accounting that return types with arguments of type OverpaymentModifier and TypeMethodDescriptionInvoice.getOverpayments()See OverpaymentsOverpayments.getOverpayments()Get overpaymentsMethods in com.xero.models.accounting with parameters of type OverpaymentModifier and TypeMethodDescriptionOverpayments.addOverpaymentsItem(Overpayment overpaymentsItem) overpaymentsAllocation.overpayment(Overpayment overpayment) overpaymentPayment.overpayment(Overpayment overpayment) overpaymentvoidAllocation.setOverpayment(Overpayment overpayment) overpaymentvoidPayment.setOverpayment(Overpayment overpayment) overpaymentMethod parameters in com.xero.models.accounting with type arguments of type OverpaymentModifier and TypeMethodDescriptionOverpayments.overpayments(List<Overpayment> overpayments) overpaymentsvoidOverpayments.setOverpayments(List<Overpayment> overpayments) overpayments