Package com.xero.models.finance
Class TotalDetail
java.lang.Object
com.xero.models.finance.TotalDetail
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanTotal unapplied credited value within the period.Total outstanding invoice value within the period.Total paid invoice and cash value within the period.inthashCode()voidsetTotalCreditedUnApplied(Double totalCreditedUnApplied) Total unapplied credited value within the period.voidsetTotalOutstanding(Double totalOutstanding) Total outstanding invoice value within the period.voidsetTotalPaid(Double totalPaid) Total paid invoice and cash value within the period.toString()totalCreditedUnApplied(Double totalCreditedUnApplied) Total unapplied credited value within the period.totalOutstanding(Double totalOutstanding) Total outstanding invoice value within the period.Total paid invoice and cash value within the period.
-
Constructor Details
-
TotalDetail
public TotalDetail()
-
-
Method Details
-
totalPaid
Total paid invoice and cash value within the period.- Parameters:
totalPaid- Double- Returns:
- TotalDetail
-
getTotalPaid
Total paid invoice and cash value within the period.- Returns:
- totalPaid
-
setTotalPaid
Total paid invoice and cash value within the period.- Parameters:
totalPaid- Double
-
totalOutstanding
Total outstanding invoice value within the period.- Parameters:
totalOutstanding- Double- Returns:
- TotalDetail
-
getTotalOutstanding
Total outstanding invoice value within the period.- Returns:
- totalOutstanding
-
setTotalOutstanding
Total outstanding invoice value within the period.- Parameters:
totalOutstanding- Double
-
totalCreditedUnApplied
Total unapplied credited value within the period.- Parameters:
totalCreditedUnApplied- Double- Returns:
- TotalDetail
-
getTotalCreditedUnApplied
Total unapplied credited value within the period.- Returns:
- totalCreditedUnApplied
-
setTotalCreditedUnApplied
Total unapplied credited value within the period.- Parameters:
totalCreditedUnApplied- Double
-
equals
-
hashCode
-
toString
-