Package com.xero.models.accounting
Class ManualJournalLine
java.lang.Object
com.xero.models.accounting.ManualJournalLine
public class ManualJournalLine extends Object
ManualJournalLine
-
Constructor Summary
Constructors Constructor Description ManualJournalLine() -
Method Summary
-
Constructor Details
-
ManualJournalLine
public ManualJournalLine()
-
-
Method Details
-
lineAmount
-
getLineAmount
total for line. Debits are positive, credits are negative value- Returns:
- lineAmount
-
setLineAmount
-
accountCode
-
getAccountCode
See Accounts- Returns:
- accountCode
-
setAccountCode
-
accountID
-
getAccountID
See Accounts- Returns:
- accountID
-
setAccountID
-
description
-
getDescription
Description for journal line- Returns:
- description
-
setDescription
-
taxType
-
getTaxType
The tax type from TaxRates- Returns:
- taxType
-
setTaxType
-
tracking
-
addTrackingItem
-
getTracking
Optional Tracking Category – see Tracking. Any JournalLine can have a maximum of 2 <TrackingCategory> elements.- Returns:
- tracking
-
setTracking
-
getTaxAmount
The calculated tax amount based on the TaxType and LineAmount- Returns:
- taxAmount
-
isBlank
-
getIsBlank
is the line blank- Returns:
- isBlank
-
setIsBlank
-
equals
-
hashCode
public int hashCode() -
toString
-