Package com.xero.models.finance
Class TotalOther
java.lang.Object
com.xero.models.finance.TotalOther
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanTotal credited value.Total outstanding invoice value within the period where the invoices are more than 90 days oldTotal voided value.inthashCode()voidsetTotalCredited(Double totalCredited) Total credited value.voidsetTotalOutstandingAged(Double totalOutstandingAged) Total outstanding invoice value within the period where the invoices are more than 90 days oldvoidsetTotalVoided(Double totalVoided) Total voided value.toString()totalCredited(Double totalCredited) Total credited value.totalOutstandingAged(Double totalOutstandingAged) Total outstanding invoice value within the period where the invoices are more than 90 days oldtotalVoided(Double totalVoided) Total voided value.
-
Constructor Details
-
TotalOther
public TotalOther()
-
-
Method Details
-
totalOutstandingAged
Total outstanding invoice value within the period where the invoices are more than 90 days old- Parameters:
totalOutstandingAged- Double- Returns:
- TotalOther
-
getTotalOutstandingAged
Total outstanding invoice value within the period where the invoices are more than 90 days old- Returns:
- totalOutstandingAged
-
setTotalOutstandingAged
Total outstanding invoice value within the period where the invoices are more than 90 days old- Parameters:
totalOutstandingAged- Double
-
totalVoided
Total voided value.- Parameters:
totalVoided- Double- Returns:
- TotalOther
-
getTotalVoided
-
setTotalVoided
-
totalCredited
Total credited value.- Parameters:
totalCredited- Double- Returns:
- TotalOther
-
getTotalCredited
-
setTotalCredited
Total credited value.- Parameters:
totalCredited- Double
-
equals
-
hashCode
-
toString
-