Uses of Class
com.xero.models.accounting.Prepayment
Packages that use Prepayment
-
Uses of Prepayment in com.xero.models.accounting
Methods in com.xero.models.accounting that return PrepaymentModifier and TypeMethodDescriptionPrepayment.addAllocationsItem(Allocation allocationsItem) See AllocationsPrepayment.addAttachmentsItem(Attachment attachmentsItem) See AttachmentsPrepayment.addLineItemsItem(LineItem lineItemsItem) See Prepayment Line ItemsPrepayment.addPaymentsItem(Payment paymentsItem) See PaymentsPrepayment.allocations(List<Allocation> allocations) See AllocationsPrepayment.appliedAmount(Double appliedAmount) The amount of applied to an invoicePrepayment.attachments(List<Attachment> attachments) See AttachmentscontactPrepayment.currencyCode(CurrencyCode currencyCode) currencyCodePrepayment.currencyRate(Double currencyRate) The currency rate for a multicurrency prepayment.The date the prepayment is created YYYY-MM-DDAllocation.getPrepayment()Get prepaymentPayment.getPrepayment()Get prepaymentPrepayment.lineAmountTypes(LineAmountTypes lineAmountTypes) lineAmountTypesSee Prepayment Line ItemsSee PaymentsPrepayment.prepaymentID(UUID prepaymentID) Xero generated unique identifierPrepayment.remainingCredit(Double remainingCredit) The remaining credit balance on the prepaymentPrepayment.status(Prepayment.StatusEnum status) See Prepayment Status CodesThe subtotal of the prepayment excluding taxesThe total of the prepayment(subtotal + total tax)The total tax on the prepaymentPrepayment.type(Prepayment.TypeEnum type) See Prepayment TypesMethods in com.xero.models.accounting that return types with arguments of type PrepaymentModifier and TypeMethodDescriptionInvoice.getPrepayments()See PrepaymentsPrepayments.getPrepayments()Get prepaymentsMethods in com.xero.models.accounting with parameters of type PrepaymentModifier and TypeMethodDescriptionPrepayments.addPrepaymentsItem(Prepayment prepaymentsItem) prepaymentsAllocation.prepayment(Prepayment prepayment) prepaymentPayment.prepayment(Prepayment prepayment) prepaymentvoidAllocation.setPrepayment(Prepayment prepayment) prepaymentvoidPayment.setPrepayment(Prepayment prepayment) prepaymentMethod parameters in com.xero.models.accounting with type arguments of type PrepaymentModifier and TypeMethodDescriptionPrepayments.prepayments(List<Prepayment> prepayments) prepaymentsvoidPrepayments.setPrepayments(List<Prepayment> prepayments) prepayments