|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.paypal.api.payments.RefundDetail
public class RefundDetail
| Constructor Summary | |
|---|---|
RefundDetail()
Default Constructor |
|
RefundDetail(String type)
Parameterized Constructor |
|
| Method Summary | |
|---|---|
String |
getDate()
Getter for date |
String |
getNote()
Getter for note |
String |
getType()
Getter for type |
RefundDetail |
setDate(String date)
Setter for date |
RefundDetail |
setNote(String note)
Setter for note |
RefundDetail |
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 RefundDetail()
public RefundDetail(String type)
| Method Detail |
|---|
public RefundDetail setType(String type)
public String getType()
public RefundDetail setDate(String date)
public String getDate()
public RefundDetail 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 | |||||||||