public class PayPalDetailsResponse extends PayPalResponse implements ErrorCheckable
| Modifier and Type | Field and Description |
|---|---|
protected List<PayPalPayerAddress> |
addresses |
protected String |
business |
protected PayPalCheckoutStatusType |
checkoutStatusType |
protected String |
countryCode |
protected String |
emailAddress |
protected List<PayPalErrorResponse> |
errorResponses |
protected String |
note |
protected String |
payerFirstName |
protected String |
payerId |
protected String |
payerLastName |
protected String |
payerMiddleName |
protected String |
payerSalutation |
protected PayPalPayerStatusType |
payerStatus |
protected String |
payerSuffix |
protected PayPalPaymentDetails |
paymentDetails |
protected org.broadleafcommerce.common.money.Money |
payPalAdjustment |
protected String |
phoneNumber |
rawResponse, responseToken| Constructor and Description |
|---|
PayPalDetailsResponse() |
getRawResponse, getResponseToken, setRawResponse, setResponseTokenprotected String phoneNumber
protected org.broadleafcommerce.common.money.Money payPalAdjustment
protected String note
protected PayPalCheckoutStatusType checkoutStatusType
protected String emailAddress
protected String payerId
protected PayPalPayerStatusType payerStatus
protected String countryCode
protected String business
protected String payerSalutation
protected String payerFirstName
protected String payerLastName
protected String payerMiddleName
protected String payerSuffix
protected List<PayPalPayerAddress> addresses
protected List<PayPalErrorResponse> errorResponses
protected PayPalPaymentDetails paymentDetails
public List<PayPalPayerAddress> getAddresses()
public void setAddresses(List<PayPalPayerAddress> addresses)
public String getBusiness()
public void setBusiness(String business)
public PayPalCheckoutStatusType getCheckoutStatusType()
public void setCheckoutStatusType(PayPalCheckoutStatusType checkoutStatusType)
public String getCountryCode()
public void setCountryCode(String countryCode)
public String getEmailAddress()
public void setEmailAddress(String emailAddress)
public String getNote()
public void setNote(String note)
public String getPayerFirstName()
public void setPayerFirstName(String payerFirstName)
public String getPayerId()
public void setPayerId(String payerId)
public String getPayerLastName()
public void setPayerLastName(String payerLastName)
public String getPayerMiddleName()
public void setPayerMiddleName(String payerMiddleName)
public String getPayerSalutation()
public void setPayerSalutation(String payerSalutation)
public PayPalPayerStatusType getPayerStatus()
public void setPayerStatus(PayPalPayerStatusType payerStatus)
public String getPayerSuffix()
public void setPayerSuffix(String payerSuffix)
public org.broadleafcommerce.common.money.Money getPayPalAdjustment()
public void setPayPalAdjustment(org.broadleafcommerce.common.money.Money payPalAdjustment)
public String getPhoneNumber()
public void setPhoneNumber(String phoneNumber)
public PayPalPaymentDetails getPaymentDetails()
public void setPaymentDetails(PayPalPaymentDetails paymentDetails)
public List<PayPalErrorResponse> getErrorResponses()
getErrorResponses in interface ErrorCheckablepublic void setErrorResponses(List<PayPalErrorResponse> errorResponses)
setErrorResponses in interface ErrorCheckablepublic boolean equals(Object o)
equals in class PayPalResponsepublic int hashCode()
hashCode in class PayPalResponseCopyright © 2017. All rights reserved.