public abstract class PayPalRequest extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
protected PayPalMethodType |
methodType |
protected PayPalMethodType |
secondaryMethodType |
| Constructor and Description |
|---|
PayPalRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
PayPalMethodType |
getMethodType() |
PayPalMethodType |
getSecondaryMethodType() |
int |
hashCode() |
void |
setMethodType(PayPalMethodType methodType) |
void |
setSecondaryMethodType(PayPalMethodType secondaryMethodType) |
protected PayPalMethodType secondaryMethodType
protected PayPalMethodType methodType
public PayPalMethodType getMethodType()
public void setMethodType(PayPalMethodType methodType)
public PayPalMethodType getSecondaryMethodType()
public void setSecondaryMethodType(PayPalMethodType secondaryMethodType)
Copyright © 2017. All rights reserved.