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