Prepayment |
Prepayment.addAllocationsItem(Allocation allocationsItem) |
See Allocations
|
Prepayment |
Prepayment.addAttachmentsItem(Attachment attachmentsItem) |
See Attachments
|
Prepayment |
Prepayment.addLineItemsItem(LineItem lineItemsItem) |
See Prepayment Line Items
|
Prepayment |
Prepayment.addPaymentsItem(Payment paymentsItem) |
See Payments
|
Prepayment |
Prepayment.allocations(List<Allocation> allocations) |
See Allocations
|
Prepayment |
Prepayment.appliedAmount(Double appliedAmount) |
The amount of applied to an invoice
|
Prepayment |
Prepayment.attachments(List<Attachment> attachments) |
See Attachments
|
Prepayment |
Prepayment.contact(Contact contact) |
contact
|
Prepayment |
Prepayment.currencyCode(CurrencyCode currencyCode) |
currencyCode
|
Prepayment |
Prepayment.currencyRate(Double currencyRate) |
The currency rate for a multicurrency prepayment.
|
Prepayment |
Prepayment.date(String date) |
The date the prepayment is created YYYY-MM-DD
|
Prepayment |
Allocation.getPrepayment() |
Get prepayment
|
Prepayment |
Payment.getPrepayment() |
Get prepayment
|
Prepayment |
Prepayment.lineAmountTypes(LineAmountTypes lineAmountTypes) |
lineAmountTypes
|
Prepayment |
Prepayment.lineItems(List<LineItem> lineItems) |
See Prepayment Line Items
|
Prepayment |
Prepayment.payments(List<Payment> payments) |
See Payments
|
Prepayment |
Prepayment.prepaymentID(UUID prepaymentID) |
Xero generated unique identifier
|
Prepayment |
Prepayment.remainingCredit(Double remainingCredit) |
The remaining credit balance on the prepayment
|
Prepayment |
Prepayment.status(Prepayment.StatusEnum status) |
See Prepayment Status Codes
|
Prepayment |
Prepayment.subTotal(Double subTotal) |
The subtotal of the prepayment excluding taxes
|
Prepayment |
Prepayment.total(Double total) |
The total of the prepayment(subtotal + total tax)
|
Prepayment |
Prepayment.totalTax(Double totalTax) |
The total tax on the prepayment
|
Prepayment |
Prepayment.type(Prepayment.TypeEnum type) |
See Prepayment Types
|