|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.paypal.api.payments.InvoicingRefundDetail
public class InvoicingRefundDetail
| Constructor Summary | |
|---|---|
InvoicingRefundDetail()
Default Constructor |
|
InvoicingRefundDetail(String type)
Parameterized Constructor |
|
| Method Summary | |
|---|---|
String |
getDate()
Getter for date |
String |
getNote()
Getter for note |
String |
getType()
Getter for type |
InvoicingRefundDetail |
setDate(String date)
Setter for date |
InvoicingRefundDetail |
setNote(String note)
Setter for note |
InvoicingRefundDetail |
setType(String type)
Setter for type |
String |
toJSON()
Returns a JSON string corresponding to object state |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InvoicingRefundDetail()
public InvoicingRefundDetail(String type)
| Method Detail |
|---|
public InvoicingRefundDetail setType(String type)
public String getType()
public InvoicingRefundDetail setDate(String date)
public String getDate()
public InvoicingRefundDetail setNote(String note)
public String getNote()
public String toJSON()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||