|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.paypal.api.payments.Transaction
public class Transaction
| Constructor Summary | |
|---|---|
Transaction()
Default Constructor |
|
Transaction(Amount amount)
Parameterized Constructor |
|
| Method Summary | |
|---|---|
Amount |
getAmount()
Getter for amount |
String |
getDescription()
Getter for description |
ItemList |
getItemList()
Getter for itemList |
Payee |
getPayee()
Getter for payee |
List<RelatedResources> |
getRelatedResources()
Getter for relatedResources |
List<Transaction> |
getTransactions()
Getter for transactions |
Transaction |
setAmount(Amount amount)
Setter for amount |
Transaction |
setDescription(String description)
Setter for description |
Transaction |
setItemList(ItemList itemList)
Setter for itemList |
Transaction |
setPayee(Payee payee)
Setter for payee |
Transaction |
setRelatedResources(List<RelatedResources> relatedResources)
Setter for relatedResources |
Transaction |
setTransactions(List<Transaction> transactions)
Setter for transactions |
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 Transaction()
public Transaction(Amount amount)
| Method Detail |
|---|
public Transaction setAmount(Amount amount)
public Amount getAmount()
public Transaction setPayee(Payee payee)
public Payee getPayee()
public Transaction setDescription(String description)
public String getDescription()
public Transaction setItemList(ItemList itemList)
public ItemList getItemList()
public Transaction setRelatedResources(List<RelatedResources> relatedResources)
public List<RelatedResources> getRelatedResources()
public Transaction setTransactions(List<Transaction> transactions)
public List<Transaction> getTransactions()
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 | ||||||||