Package com.xero.models.finance
Class OverpaymentResponse
java.lang.Object
com.xero.models.finance.OverpaymentResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddLineItemsItem(LineItemResponse lineItemsItem) Not included in summary modecontact(ContactResponse contact) contactbooleanGet contactNot included in summary modeXero Identifier of overpaymentgetTotal()Total of Invoice tax inclusive (i.e.inthashCode()lineItems(List<LineItemResponse> lineItems) Not included in summary modeoverpaymentId(UUID overpaymentId) Xero Identifier of overpaymentvoidsetContact(ContactResponse contact) contactvoidsetLineItems(List<LineItemResponse> lineItems) Not included in summary modevoidsetOverpaymentId(UUID overpaymentId) Xero Identifier of overpaymentvoidTotal of Invoice tax inclusive (i.e.toString()Total of Invoice tax inclusive (i.e.
-
Constructor Details
-
OverpaymentResponse
public OverpaymentResponse()
-
-
Method Details
-
overpaymentId
Xero Identifier of overpayment- Parameters:
overpaymentId- UUID- Returns:
- OverpaymentResponse
-
getOverpaymentId
-
setOverpaymentId
Xero Identifier of overpayment- Parameters:
overpaymentId- UUID
-
contact
contact- Parameters:
contact- ContactResponse- Returns:
- OverpaymentResponse
-
getContact
-
setContact
-
total
Total of Invoice tax inclusive (i.e. SubTotal + TotalTax); Not included in summary mode- Parameters:
total- Double- Returns:
- OverpaymentResponse
-
getTotal
Total of Invoice tax inclusive (i.e. SubTotal + TotalTax); Not included in summary mode- Returns:
- total
-
setTotal
Total of Invoice tax inclusive (i.e. SubTotal + TotalTax); Not included in summary mode- Parameters:
total- Double
-
lineItems
Not included in summary mode- Parameters:
lineItems- List<LineItemResponse>- Returns:
- OverpaymentResponse
-
addLineItemsItem
Not included in summary mode- Parameters:
lineItemsItem- LineItemResponse- Returns:
- OverpaymentResponse
-
getLineItems
-
setLineItems
Not included in summary mode- Parameters:
lineItems- List<LineItemResponse>
-
equals
-
hashCode
-
toString
-