public class PayPalDetails extends Object implements PaymentMethodDetails
| Modifier and Type | Class and Description |
|---|---|
static class |
PayPalDetails.SubtypeEnum |
| Constructor and Description |
|---|
PayPalDetails() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
PayPalDetails.SubtypeEnum |
getSubtype() |
String |
getType()
**paypal**
|
int |
hashCode() |
void |
setSubtype(PayPalDetails.SubtypeEnum subtype) |
void |
setType(String type) |
PayPalDetails |
subtype(PayPalDetails.SubtypeEnum subtype) |
String |
toString() |
PayPalDetails |
type(String type) |
public static final String PAYPAL
public PayPalDetails type(String type)
public String getType()
getType in interface PaymentMethodDetailspublic void setType(String type)
setType in interface PaymentMethodDetailspublic PayPalDetails subtype(PayPalDetails.SubtypeEnum subtype)
public PayPalDetails.SubtypeEnum getSubtype()
public void setSubtype(PayPalDetails.SubtypeEnum subtype)
Copyright © 2020. All rights reserved.