Package com.xero.models.accounting
Class RepeatingInvoice
java.lang.Object
com.xero.models.accounting.RepeatingInvoice
public class RepeatingInvoice extends Object
RepeatingInvoice
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRepeatingInvoice.StatusEnumOne of the following - DRAFT or AUTHORISED – See Invoice Status Codesstatic classRepeatingInvoice.TypeEnumSee Invoice Types -
Constructor Summary
Constructors Constructor Description RepeatingInvoice() -
Method Summary
-
Constructor Details
-
RepeatingInvoice
public RepeatingInvoice()
-
-
Method Details
-
type
-
getType
See Invoice Types- Returns:
- type
-
setType
-
contact
-
getContact
Get contact- Returns:
- contact
-
setContact
-
schedule
-
getSchedule
Get schedule- Returns:
- schedule
-
setSchedule
-
lineItems
-
addLineItemsItem
-
getLineItems
See LineItems- Returns:
- lineItems
-
setLineItems
-
lineAmountTypes
-
getLineAmountTypes
Get lineAmountTypes- Returns:
- lineAmountTypes
-
setLineAmountTypes
-
reference
-
getReference
ACCREC only – additional reference number- Returns:
- reference
-
setReference
-
brandingThemeID
-
getBrandingThemeID
See BrandingThemes- Returns:
- brandingThemeID
-
setBrandingThemeID
-
currencyCode
-
getCurrencyCode
Get currencyCode- Returns:
- currencyCode
-
setCurrencyCode
-
status
-
getStatus
One of the following - DRAFT or AUTHORISED – See Invoice Status Codes- Returns:
- status
-
setStatus
-
subTotal
-
getSubTotal
Total of invoice excluding taxes- Returns:
- subTotal
-
setSubTotal
-
totalTax
-
getTotalTax
Total tax on invoice- Returns:
- totalTax
-
setTotalTax
-
total
-
getTotal
Total of Invoice tax inclusive (i.e. SubTotal + TotalTax)- Returns:
- total
-
setTotal
-
repeatingInvoiceID
-
getRepeatingInvoiceID
Xero generated unique identifier for repeating invoice template- Returns:
- repeatingInvoiceID
-
setRepeatingInvoiceID
-
ID
-
getID
Xero generated unique identifier for repeating invoice template- Returns:
- ID
-
setID
-
getHasAttachments
boolean to indicate if an invoice has an attachment- Returns:
- hasAttachments
-
attachments
-
addAttachmentsItem
-
getAttachments
Displays array of attachments from the API- Returns:
- attachments
-
setAttachments
-
equals
-
hashCode
public int hashCode() -
toString
-