org.broadleafcommerce.vendor.paypal.service.payment.message.details
Class PayPalDetailsResponse
java.lang.Object
org.broadleafcommerce.vendor.paypal.service.payment.message.PayPalResponse
org.broadleafcommerce.vendor.paypal.service.payment.message.details.PayPalDetailsResponse
- All Implemented Interfaces:
- Serializable, ErrorCheckable
public class PayPalDetailsResponse
- extends PayPalResponse
- implements ErrorCheckable
- Author:
- Jeff Fischer
- See Also:
- Serialized Form
phoneNumber
protected String phoneNumber
payPalAdjustment
protected org.broadleafcommerce.common.money.Money payPalAdjustment
note
protected String note
checkoutStatusType
protected PayPalCheckoutStatusType checkoutStatusType
emailAddress
protected String emailAddress
payerId
protected String payerId
payerStatus
protected PayPalPayerStatusType payerStatus
countryCode
protected String countryCode
business
protected String business
payerSalutation
protected String payerSalutation
payerFirstName
protected String payerFirstName
payerLastName
protected String payerLastName
payerMiddleName
protected String payerMiddleName
payerSuffix
protected String payerSuffix
addresses
protected List<PayPalPayerAddress> addresses
errorResponses
protected List<PayPalErrorResponse> errorResponses
paymentDetails
protected PayPalPaymentDetails paymentDetails
PayPalDetailsResponse
public PayPalDetailsResponse()
getAddresses
public List<PayPalPayerAddress> getAddresses()
setAddresses
public void setAddresses(List<PayPalPayerAddress> addresses)
getBusiness
public String getBusiness()
setBusiness
public void setBusiness(String business)
getCheckoutStatusType
public PayPalCheckoutStatusType getCheckoutStatusType()
setCheckoutStatusType
public void setCheckoutStatusType(PayPalCheckoutStatusType checkoutStatusType)
getCountryCode
public String getCountryCode()
setCountryCode
public void setCountryCode(String countryCode)
getEmailAddress
public String getEmailAddress()
setEmailAddress
public void setEmailAddress(String emailAddress)
getNote
public String getNote()
setNote
public void setNote(String note)
getPayerFirstName
public String getPayerFirstName()
setPayerFirstName
public void setPayerFirstName(String payerFirstName)
getPayerId
public String getPayerId()
setPayerId
public void setPayerId(String payerId)
getPayerLastName
public String getPayerLastName()
setPayerLastName
public void setPayerLastName(String payerLastName)
getPayerMiddleName
public String getPayerMiddleName()
setPayerMiddleName
public void setPayerMiddleName(String payerMiddleName)
getPayerSalutation
public String getPayerSalutation()
setPayerSalutation
public void setPayerSalutation(String payerSalutation)
getPayerStatus
public PayPalPayerStatusType getPayerStatus()
setPayerStatus
public void setPayerStatus(PayPalPayerStatusType payerStatus)
getPayerSuffix
public String getPayerSuffix()
setPayerSuffix
public void setPayerSuffix(String payerSuffix)
getPayPalAdjustment
public org.broadleafcommerce.common.money.Money getPayPalAdjustment()
setPayPalAdjustment
public void setPayPalAdjustment(org.broadleafcommerce.common.money.Money payPalAdjustment)
getPhoneNumber
public String getPhoneNumber()
setPhoneNumber
public void setPhoneNumber(String phoneNumber)
getPaymentDetails
public PayPalPaymentDetails getPaymentDetails()
setPaymentDetails
public void setPaymentDetails(PayPalPaymentDetails paymentDetails)
getErrorResponses
public List<PayPalErrorResponse> getErrorResponses()
- Specified by:
getErrorResponses in interface ErrorCheckable
setErrorResponses
public void setErrorResponses(List<PayPalErrorResponse> errorResponses)
- Specified by:
setErrorResponses in interface ErrorCheckable
equals
public boolean equals(Object o)
- Overrides:
equals in class PayPalResponse
hashCode
public int hashCode()
- Overrides:
hashCode in class PayPalResponse
Copyright © 2012. All Rights Reserved.