org.broadleafcommerce.vendor.paypal.service.payment.message
Class PayPalRequest
java.lang.Object
org.broadleafcommerce.vendor.paypal.service.payment.message.PayPalRequest
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- PayPalDetailsRequest, PayPalPaymentRequest
public abstract class PayPalRequest
- extends Object
- implements Serializable
- Author:
- Jeff Fischer
- See Also:
- Serialized Form
secondaryMethodType
protected PayPalMethodType secondaryMethodType
methodType
protected PayPalMethodType methodType
PayPalRequest
public PayPalRequest()
getMethodType
public PayPalMethodType getMethodType()
setMethodType
public void setMethodType(PayPalMethodType methodType)
getSecondaryMethodType
public PayPalMethodType getSecondaryMethodType()
setSecondaryMethodType
public void setSecondaryMethodType(PayPalMethodType secondaryMethodType)
equals
public boolean equals(Object o)
- Overrides:
equals in class Object
hashCode
public int hashCode()
- Overrides:
hashCode in class Object
Copyright © 2012. All Rights Reserved.