public class PayPalAccount extends Object implements PaymentMethod
| Modifier and Type | Field and Description |
|---|---|
private String |
billingAgreementId |
private Calendar |
createdAt |
private String |
customerId |
private String |
email |
private String |
imageUrl |
private boolean |
isDefault |
private String |
payerId |
private List<Subscription> |
subscriptions |
private String |
token |
private Calendar |
updatedAt |
| Constructor and Description |
|---|
PayPalAccount(NodeWrapper node) |
| Modifier and Type | Method and Description |
|---|---|
String |
getBillingAgreementId() |
Calendar |
getCreatedAt() |
String |
getCustomerId() |
String |
getEmail() |
String |
getImageUrl() |
String |
getPayerId() |
List<Subscription> |
getSubscriptions() |
String |
getToken() |
Calendar |
getUpdatedAt() |
boolean |
isDefault() |
private String email
private String token
private String billingAgreementId
private boolean isDefault
private String imageUrl
private String payerId
private String customerId
private Calendar createdAt
private Calendar updatedAt
private List<Subscription> subscriptions
public PayPalAccount(NodeWrapper node)
public String getEmail()
public String getToken()
getToken in interface PaymentMethodpublic String getBillingAgreementId()
public boolean isDefault()
isDefault in interface PaymentMethodpublic String getImageUrl()
getImageUrl in interface PaymentMethodpublic String getPayerId()
public String getCustomerId()
getCustomerId in interface PaymentMethodpublic Calendar getCreatedAt()
public Calendar getUpdatedAt()
public List<Subscription> getSubscriptions()
getSubscriptions in interface PaymentMethodCopyright © 2013-2018. All Rights Reserved.