public class AgreementTransaction extends PayPalModel
| Constructor and Description |
|---|
AgreementTransaction()
Default Constructor
|
AgreementTransaction(Currency amount,
Currency feeAmount,
Currency netAmount)
Parameterized Constructor
|
| Modifier and Type | Method and Description |
|---|---|
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 |
getTimeStamp()
Getter for timeStamp
|
String |
getTimeUpdated()
Deprecated.
use getTimeStamp instead.
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 |
setTimeStamp(String timeStamp)
Setter for timeStamp
|
AgreementTransaction |
setTimeUpdated(String timeUpdated)
Deprecated.
use setTimeStamp instead.
Setter for timeUpdated
|
AgreementTransaction |
setTimeZone(String timeZone)
Setter for timeZone
|
AgreementTransaction |
setTransactionId(String transactionId)
Setter for transactionId
|
AgreementTransaction |
setTransactionType(String transactionType)
Setter for transactionType
|
equals, hashCode, toJSON, toStringpublic 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 AgreementTransaction setTimeStamp(String timeStamp)
public String getTimeStamp()
Copyright © 2015. All Rights Reserved.