public class CreditNotes extends Object
| Constructor and Description |
|---|
CreditNotes() |
| Modifier and Type | Method and Description |
|---|---|
CreditNotes |
addCreditNotesItem(CreditNote creditNotesItem) |
CreditNotes |
creditNotes(List<CreditNote> creditNotes) |
boolean |
equals(Object o) |
List<CreditNote> |
getCreditNotes()
Get creditNotes
|
int |
hashCode() |
void |
setCreditNotes(List<CreditNote> creditNotes) |
String |
toString() |
public CreditNotes creditNotes(List<CreditNote> creditNotes)
public CreditNotes addCreditNotesItem(CreditNote creditNotesItem)
public List<CreditNote> getCreditNotes()
public void setCreditNotes(List<CreditNote> creditNotes)
Copyright © 2018. All rights reserved.