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