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) |
String |
getOrderID()
Get orderID
|
String |
getPayerID()
Get payerID
|
String |
getStoredPaymentMethodId() |
PayPalDetails.SubtypeEnum |
getSubtype() |
String |
getType()
**paypal**
|
int |
hashCode() |
PayPalDetails |
orderID(String orderID) |
PayPalDetails |
payerID(String payerID) |
void |
setOrderID(String orderID) |
void |
setPayerID(String payerID) |
void |
setStoredPaymentMethodId(String storedPaymentMethodId) |
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 orderID(String orderID)
public String getOrderID()
public void setOrderID(String orderID)
public PayPalDetails payerID(String payerID)
public String getPayerID()
public void setPayerID(String payerID)
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)
public String getStoredPaymentMethodId()
public void setStoredPaymentMethodId(String storedPaymentMethodId)
Copyright © 2022. All rights reserved.