public class PayPalPaymentResponse extends PayPalResponse implements ErrorCheckable
| Modifier and Type | Field and Description |
|---|---|
protected String |
ack |
protected String |
correlationId |
protected List<PayPalErrorResponse> |
errorResponses |
protected String |
errorText |
protected boolean |
isErrorDetected |
protected boolean |
isSuccessful |
protected PayPalMethodType |
methodType |
protected String |
orderId |
protected Map<String,String> |
passThroughErrors |
protected PayPalPaymentInfo |
paymentInfo |
protected PayPalRefundInfo |
refundInfo |
protected PayPalTransactionType |
transactionType |
protected String |
userRedirectUrl |
rawResponse, responseToken| Constructor and Description |
|---|
PayPalPaymentResponse() |
getRawResponse, getResponseToken, setRawResponse, setResponseTokenprotected boolean isErrorDetected
protected boolean isSuccessful
protected String orderId
protected String errorText
protected PayPalTransactionType transactionType
protected PayPalMethodType methodType
protected List<PayPalErrorResponse> errorResponses
protected String userRedirectUrl
protected String correlationId
protected String ack
protected PayPalPaymentInfo paymentInfo
protected PayPalRefundInfo refundInfo
public String getOrderId()
public void setOrderId(String orderId)
public PayPalTransactionType getTransactionType()
public void setTransactionType(PayPalTransactionType transactionType)
public String getErrorCode()
public String getErrorText()
public boolean isErrorDetected()
public void setErrorCode(String errorCode)
public void setErrorDetected(boolean isErrorDetected)
public void setErrorText(String errorText)
public List<PayPalErrorResponse> getErrorResponses()
getErrorResponses in interface ErrorCheckablepublic void setErrorResponses(List<PayPalErrorResponse> errorResponses)
setErrorResponses in interface ErrorCheckablepublic PayPalMethodType getMethodType()
public void setMethodType(PayPalMethodType methodType)
public boolean isSuccessful()
public void setSuccessful(boolean successful)
public String getUserRedirectUrl()
public void setUserRedirectUrl(String userRedirectUrl)
public String getCorrelationId()
public void setCorrelationId(String correlationId)
public String getAck()
public void setAck(String ack)
public PayPalPaymentInfo getPaymentInfo()
public void setPaymentInfo(PayPalPaymentInfo paymentInfo)
public PayPalRefundInfo getRefundInfo()
public void setRefundInfo(PayPalRefundInfo refundInfo)
public boolean equals(Object o)
equals in class PayPalResponsepublic int hashCode()
hashCode in class PayPalResponseCopyright © 2017. All rights reserved.