Package com.xero.models.finance
Class CreditNoteResponse
java.lang.Object
com.xero.models.finance.CreditNoteResponse
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddLineItemsItem(LineItemResponse lineItemsItem) Not included in summary modecontact(ContactResponse contact) contactcreditNoteId(UUID creditNoteId) Xero Identifier of credit notebooleanGet contactXero Identifier of credit noteNot included in summary modegetTotal()Total of Invoice tax inclusive (i.e.inthashCode()lineItems(List<LineItemResponse> lineItems) Not included in summary modevoidsetContact(ContactResponse contact) contactvoidsetCreditNoteId(UUID creditNoteId) Xero Identifier of credit notevoidsetLineItems(List<LineItemResponse> lineItems) Not included in summary modevoidTotal of Invoice tax inclusive (i.e.toString()Total of Invoice tax inclusive (i.e.
-
Constructor Details
-
CreditNoteResponse
public CreditNoteResponse()
-
-
Method Details
-
creditNoteId
Xero Identifier of credit note- Parameters:
creditNoteId- UUID- Returns:
- CreditNoteResponse
-
getCreditNoteId
-
setCreditNoteId
Xero Identifier of credit note- Parameters:
creditNoteId- UUID
-
contact
contact- Parameters:
contact- ContactResponse- Returns:
- CreditNoteResponse
-
getContact
-
setContact
-
total
Total of Invoice tax inclusive (i.e. SubTotal + TotalTax); Not included in summary mode- Parameters:
total- Double- Returns:
- CreditNoteResponse
-
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:
- CreditNoteResponse
-
addLineItemsItem
Not included in summary mode- Parameters:
lineItemsItem- LineItemResponse- Returns:
- CreditNoteResponse
-
getLineItems
-
setLineItems
Not included in summary mode- Parameters:
lineItems- List<LineItemResponse>
-
equals
-
hashCode
-
toString
-