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(Float subTotal)
public Float getSubTotal()
public void setSubTotal(Float subTotal)
public RepeatingInvoice totalTax(Float totalTax)
public Float getTotalTax()
public void setTotalTax(Float totalTax)
public RepeatingInvoice total(Float total)
public Float getTotal()
public void setTotal(Float 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)
Copyright © 2018. All rights reserved.