|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.paypal.api.payments.AgreementTransaction
public class AgreementTransaction
| Constructor Summary | |
|---|---|
AgreementTransaction()
Default Constructor |
|
AgreementTransaction(Currency amount,
Currency feeAmount,
Currency netAmount)
Parameterized Constructor |
|
| Method Summary | |
|---|---|
Currency |
getAmount()
Getter for amount |
Currency |
getFeeAmount()
Getter for feeAmount |
Currency |
getNetAmount()
Getter for netAmount |
String |
getPayerEmail()
Getter for payerEmail |
String |
getPayerName()
Getter for payerName |
String |
getStatus()
Getter for status |
String |
getTimeUpdated()
Getter for timeUpdated |
String |
getTimeZone()
Getter for timeZone |
String |
getTransactionId()
Getter for transactionId |
String |
getTransactionType()
Getter for transactionType |
AgreementTransaction |
setAmount(Currency amount)
Setter for amount |
AgreementTransaction |
setFeeAmount(Currency feeAmount)
Setter for feeAmount |
AgreementTransaction |
setNetAmount(Currency netAmount)
Setter for netAmount |
AgreementTransaction |
setPayerEmail(String payerEmail)
Setter for payerEmail |
AgreementTransaction |
setPayerName(String payerName)
Setter for payerName |
AgreementTransaction |
setStatus(String status)
Setter for status |
AgreementTransaction |
setTimeUpdated(String timeUpdated)
Setter for timeUpdated |
AgreementTransaction |
setTimeZone(String timeZone)
Setter for timeZone |
AgreementTransaction |
setTransactionId(String transactionId)
Setter for transactionId |
AgreementTransaction |
setTransactionType(String transactionType)
Setter for transactionType |
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 AgreementTransaction()
public AgreementTransaction(Currency amount,
Currency feeAmount,
Currency netAmount)
| Method Detail |
|---|
public AgreementTransaction setTransactionId(String transactionId)
public String getTransactionId()
public AgreementTransaction setStatus(String status)
public String getStatus()
public AgreementTransaction setTransactionType(String transactionType)
public String getTransactionType()
public AgreementTransaction setAmount(Currency amount)
public Currency getAmount()
public AgreementTransaction setFeeAmount(Currency feeAmount)
public Currency getFeeAmount()
public AgreementTransaction setNetAmount(Currency netAmount)
public Currency getNetAmount()
public AgreementTransaction setPayerEmail(String payerEmail)
public String getPayerEmail()
public AgreementTransaction setPayerName(String payerName)
public String getPayerName()
public AgreementTransaction setTimeUpdated(String timeUpdated)
public String getTimeUpdated()
public AgreementTransaction setTimeZone(String timeZone)
public String getTimeZone()
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 | |||||||||