Package com.xero.models.finance
Class LineItemResponse
java.lang.Object
com.xero.models.finance.LineItemResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionXero Identifier of accountaccountType(String accountType) Account typebooleanXero Identifier of accountAccount typeAmount of line itemShown if setinthashCode()lineAmount(Double lineAmount) Amount of line itemreportingCode(String reportingCode) Shown if setvoidsetAccountId(UUID accountId) Xero Identifier of accountvoidsetAccountType(String accountType) Account typevoidsetLineAmount(Double lineAmount) Amount of line itemvoidsetReportingCode(String reportingCode) Shown if settoString()
-
Constructor Details
-
LineItemResponse
public LineItemResponse()
-
-
Method Details
-
accountId
Xero Identifier of account- Parameters:
accountId- UUID- Returns:
- LineItemResponse
-
getAccountId
-
setAccountId
-
reportingCode
Shown if set- Parameters:
reportingCode- String- Returns:
- LineItemResponse
-
getReportingCode
-
setReportingCode
-
lineAmount
Amount of line item- Parameters:
lineAmount- Double- Returns:
- LineItemResponse
-
getLineAmount
-
setLineAmount
-
accountType
Account type- Parameters:
accountType- String- Returns:
- LineItemResponse
-
getAccountType
-
setAccountType
-
equals
-
hashCode
-
toString
-