Uses of Class
com.xero.models.accounting.RepeatingInvoice
Packages that use RepeatingInvoice
-
Uses of RepeatingInvoice in com.xero.models.accounting
Methods in com.xero.models.accounting that return RepeatingInvoiceModifier and TypeMethodDescriptionRepeatingInvoice.addAttachmentsItem(Attachment attachmentsItem) Displays array of attachments from the APIRepeatingInvoice.addLineItemsItem(LineItem lineItemsItem) See LineItemsRepeatingInvoice.approvedForSending(Boolean approvedForSending) Boolean to indicate whether the invoice has been approved for sendingRepeatingInvoice.attachments(List<Attachment> attachments) Displays array of attachments from the APIRepeatingInvoice.brandingThemeID(UUID brandingThemeID) See BrandingThemescontactRepeatingInvoice.currencyCode(CurrencyCode currencyCode) currencyCodeXero generated unique identifier for repeating invoice templateRepeatingInvoice.includePDF(Boolean includePDF) Boolean to indicate whether to include PDF attachmentRepeatingInvoice.lineAmountTypes(LineAmountTypes lineAmountTypes) lineAmountTypesSee LineItemsRepeatingInvoice.markAsSent(Boolean markAsSent) Boolean to indicate whether the invoice in the Xero app displays as \"sent\"ACCREC only – additional reference numberRepeatingInvoice.repeatingInvoiceID(UUID repeatingInvoiceID) Xero generated unique identifier for repeating invoice templatescheduleBoolean to indicate whether a copy is sent to sender's emailRepeatingInvoice.status(RepeatingInvoice.StatusEnum status) One of the following - DRAFT or AUTHORISED – See Invoice Status CodesTotal of invoice excluding taxesTotal of Invoice tax inclusive (i.e.Total tax on invoiceRepeatingInvoice.type(RepeatingInvoice.TypeEnum type) See Invoice TypesMethods in com.xero.models.accounting that return types with arguments of type RepeatingInvoiceMethods in com.xero.models.accounting with parameters of type RepeatingInvoiceModifier and TypeMethodDescriptionRepeatingInvoices.addRepeatingInvoicesItem(RepeatingInvoice repeatingInvoicesItem) repeatingInvoicesMethod parameters in com.xero.models.accounting with type arguments of type RepeatingInvoiceModifier and TypeMethodDescriptionRepeatingInvoices.repeatingInvoices(List<RepeatingInvoice> repeatingInvoices) repeatingInvoicesvoidRepeatingInvoices.setRepeatingInvoices(List<RepeatingInvoice> repeatingInvoices) repeatingInvoices