public class RepeatingInvoice extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
RepeatingInvoice.StatusEnum
One of the following - DRAFT or AUTHORISED – See Invoice Status Codes
|
static class |
RepeatingInvoice.TypeEnum
See Invoice Types
|
| Constructor and Description |
|---|
RepeatingInvoice() |
public RepeatingInvoice type(RepeatingInvoice.TypeEnum type)
public RepeatingInvoice.TypeEnum getType()
public void setType(RepeatingInvoice.TypeEnum type)
public RepeatingInvoice contact(Contact contact)
public Contact getContact()
public void setContact(Contact contact)
public RepeatingInvoice schedule(Schedule schedule)
public Schedule getSchedule()
public void setSchedule(Schedule schedule)
public RepeatingInvoice lineItems(List<LineItem> lineItems)
public RepeatingInvoice addLineItemsItem(LineItem lineItemsItem)
public RepeatingInvoice lineAmountTypes(LineAmountTypes lineAmountTypes)
public LineAmountTypes getLineAmountTypes()
public void setLineAmountTypes(LineAmountTypes lineAmountTypes)
public RepeatingInvoice reference(String reference)
public String getReference()
public void setReference(String reference)
public RepeatingInvoice brandingThemeID(UUID brandingThemeID)
public UUID getBrandingThemeID()
public void setBrandingThemeID(UUID brandingThemeID)
public RepeatingInvoice currencyCode(CurrencyCode currencyCode)
public CurrencyCode getCurrencyCode()
public void setCurrencyCode(CurrencyCode currencyCode)
public RepeatingInvoice status(RepeatingInvoice.StatusEnum status)
public RepeatingInvoice.StatusEnum getStatus()
public void setStatus(RepeatingInvoice.StatusEnum status)
public RepeatingInvoice subTotal(Double subTotal)
public Double getSubTotal()
public void setSubTotal(Double subTotal)
public RepeatingInvoice totalTax(Double totalTax)
public Double getTotalTax()
public void setTotalTax(Double totalTax)
public RepeatingInvoice total(Double total)
public Double getTotal()
public void setTotal(Double total)
public RepeatingInvoice repeatingInvoiceID(UUID repeatingInvoiceID)
public UUID getRepeatingInvoiceID()
public void setRepeatingInvoiceID(UUID repeatingInvoiceID)
public RepeatingInvoice ID(UUID ID)
public UUID getID()
public void setID(UUID ID)
public RepeatingInvoice hasAttachments(Boolean hasAttachments)
public Boolean getHasAttachments()
public void setHasAttachments(Boolean hasAttachments)
public RepeatingInvoice attachments(List<Attachment> attachments)
public RepeatingInvoice addAttachmentsItem(Attachment attachmentsItem)
public List<Attachment> getAttachments()
public void setAttachments(List<Attachment> attachments)
Copyright © 2019. All rights reserved.