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