public class PayPalPaymentRequest extends PayPalRequest
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
completeCheckoutOnCallback |
protected String |
currency |
protected List<PayPalItemRequest> |
itemRequests |
protected String |
orderId |
protected String |
payerID |
protected PayPalRefundType |
refundType |
protected List<PayPalShippingRequest> |
shippingRequests |
protected PayPalSummaryRequest |
summaryRequest |
protected String |
token |
protected String |
transactionID |
protected PayPalTransactionType |
transactionType |
methodType, secondaryMethodType| Constructor and Description |
|---|
PayPalPaymentRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getCurrency() |
List<PayPalItemRequest> |
getItemRequests() |
String |
getOrderId() |
String |
getPayerID() |
PayPalRefundType |
getRefundType() |
List<PayPalShippingRequest> |
getShippingRequests() |
PayPalSummaryRequest |
getSummaryRequest() |
String |
getToken() |
String |
getTransactionID() |
PayPalTransactionType |
getTransactionType() |
int |
hashCode() |
boolean |
isCompleteCheckoutOnCallback() |
void |
setCompleteCheckoutOnCallback(boolean completeCheckoutOnCallback) |
void |
setCurrency(String currency) |
void |
setItemRequests(List<PayPalItemRequest> itemRequests) |
void |
setOrderId(String orderId) |
void |
setPayerID(String payerID) |
void |
setRefundType(PayPalRefundType refundType) |
void |
setShippingRequests(List<PayPalShippingRequest> shippingRequests) |
void |
setSummaryRequest(PayPalSummaryRequest summaryRequest) |
void |
setToken(String token) |
void |
setTransactionID(String transactionID) |
void |
setTransactionType(PayPalTransactionType transactionType) |
getMethodType, getSecondaryMethodType, setMethodType, setSecondaryMethodTypeprotected String orderId
protected String currency
protected String payerID
protected String token
protected List<PayPalItemRequest> itemRequests
protected List<PayPalShippingRequest> shippingRequests
protected PayPalTransactionType transactionType
protected PayPalSummaryRequest summaryRequest
protected String transactionID
protected PayPalRefundType refundType
protected boolean completeCheckoutOnCallback
public String getOrderId()
public void setOrderId(String orderId)
public PayPalTransactionType getTransactionType()
public void setTransactionType(PayPalTransactionType transactionType)
public String getCurrency()
public void setCurrency(String currency)
public List<PayPalItemRequest> getItemRequests()
public void setItemRequests(List<PayPalItemRequest> itemRequests)
public PayPalSummaryRequest getSummaryRequest()
public void setSummaryRequest(PayPalSummaryRequest summaryRequest)
public String getPayerID()
public void setPayerID(String payerID)
public String getToken()
public void setToken(String token)
public PayPalRefundType getRefundType()
public void setRefundType(PayPalRefundType refundType)
public String getTransactionID()
public void setTransactionID(String transactionID)
public List<PayPalShippingRequest> getShippingRequests()
public void setShippingRequests(List<PayPalShippingRequest> shippingRequests)
public boolean isCompleteCheckoutOnCallback()
public void setCompleteCheckoutOnCallback(boolean completeCheckoutOnCallback)
public boolean equals(Object o)
equals in class PayPalRequestpublic int hashCode()
hashCode in class PayPalRequestCopyright © 2016. All rights reserved.