Package com.xero.models.finance
Class AccountUsage
java.lang.Object
com.xero.models.finance.AccountUsage
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe account this usage item contains data foraccountName(String accountName) The name of the accountcountManualJournal(Integer countManualJournal) Count of manual journalsCount of paidcountReceived(Integer countReceived) Count of receivedcurrencyCode(String currencyCode) The currency code this usage item contains data forbooleanThe account this usage item contains data forThe name of the accountCount of manual journalsCount of paidCount of receivedThe currency code this usage item contains data forgetMonth()The month this usage item contains data fororg.threeten.bp.OffsetDateTimeLast modified date UTC formatShown if setShown if setTotal value of manual journalsTotal paidTotal receivedinthashCode()The month this usage item contains data forreportCodeUpdatedDateUtc(org.threeten.bp.OffsetDateTime reportCodeUpdatedDateUtc) Last modified date UTC formatreportingCode(String reportingCode) Shown if setreportingCodeName(String reportingCodeName) Shown if setvoidsetAccountId(UUID accountId) The account this usage item contains data forvoidsetAccountName(String accountName) The name of the accountvoidsetCountManualJournal(Integer countManualJournal) Count of manual journalsvoidsetCountPaid(Integer countPaid) Count of paidvoidsetCountReceived(Integer countReceived) Count of receivedvoidsetCurrencyCode(String currencyCode) The currency code this usage item contains data forvoidThe month this usage item contains data forvoidsetReportCodeUpdatedDateUtc(org.threeten.bp.OffsetDateTime reportCodeUpdatedDateUtc) Last modified date UTC formatvoidsetReportingCode(String reportingCode) Shown if setvoidsetReportingCodeName(String reportingCodeName) Shown if setvoidsetTotalManualJournal(Double totalManualJournal) Total value of manual journalsvoidsetTotalPaid(Double totalPaid) Total paidvoidsetTotalReceived(Double totalReceived) Total receivedtoString()totalManualJournal(Double totalManualJournal) Total value of manual journalsTotal paidtotalReceived(Double totalReceived) Total received
-
Constructor Details
-
AccountUsage
public AccountUsage()
-
-
Method Details
-
month
The month this usage item contains data for- Parameters:
month- String- Returns:
- AccountUsage
-
getMonth
-
setMonth
The month this usage item contains data for- Parameters:
month- String
-
accountId
The account this usage item contains data for- Parameters:
accountId- UUID- Returns:
- AccountUsage
-
getAccountId
-
setAccountId
The account this usage item contains data for- Parameters:
accountId- UUID
-
currencyCode
The currency code this usage item contains data for- Parameters:
currencyCode- String- Returns:
- AccountUsage
-
getCurrencyCode
The currency code this usage item contains data for- Returns:
- currencyCode
-
setCurrencyCode
The currency code this usage item contains data for- Parameters:
currencyCode- String
-
totalReceived
Total received- Parameters:
totalReceived- Double- Returns:
- AccountUsage
-
getTotalReceived
-
setTotalReceived
Total received- Parameters:
totalReceived- Double
-
countReceived
Count of received- Parameters:
countReceived- Integer- Returns:
- AccountUsage
-
getCountReceived
-
setCountReceived
Count of received- Parameters:
countReceived- Integer
-
totalPaid
Total paid- Parameters:
totalPaid- Double- Returns:
- AccountUsage
-
getTotalPaid
-
setTotalPaid
-
countPaid
Count of paid- Parameters:
countPaid- Integer- Returns:
- AccountUsage
-
getCountPaid
-
setCountPaid
-
totalManualJournal
Total value of manual journals- Parameters:
totalManualJournal- Double- Returns:
- AccountUsage
-
getTotalManualJournal
-
setTotalManualJournal
Total value of manual journals- Parameters:
totalManualJournal- Double
-
countManualJournal
Count of manual journals- Parameters:
countManualJournal- Integer- Returns:
- AccountUsage
-
getCountManualJournal
-
setCountManualJournal
Count of manual journals- Parameters:
countManualJournal- Integer
-
accountName
The name of the account- Parameters:
accountName- String- Returns:
- AccountUsage
-
getAccountName
-
setAccountName
The name of the account- Parameters:
accountName- String
-
reportingCode
Shown if set- Parameters:
reportingCode- String- Returns:
- AccountUsage
-
getReportingCode
-
setReportingCode
-
reportingCodeName
Shown if set- Parameters:
reportingCodeName- String- Returns:
- AccountUsage
-
getReportingCodeName
-
setReportingCodeName
Shown if set- Parameters:
reportingCodeName- String
-
reportCodeUpdatedDateUtc
public AccountUsage reportCodeUpdatedDateUtc(org.threeten.bp.OffsetDateTime reportCodeUpdatedDateUtc) Last modified date UTC format- Parameters:
reportCodeUpdatedDateUtc- OffsetDateTime- Returns:
- AccountUsage
-
getReportCodeUpdatedDateUtc
public org.threeten.bp.OffsetDateTime getReportCodeUpdatedDateUtc()Last modified date UTC format- Returns:
- reportCodeUpdatedDateUtc
-
setReportCodeUpdatedDateUtc
public void setReportCodeUpdatedDateUtc(org.threeten.bp.OffsetDateTime reportCodeUpdatedDateUtc) Last modified date UTC format- Parameters:
reportCodeUpdatedDateUtc- OffsetDateTime
-
equals
-
hashCode
-
toString
-