public class PayPalAccount extends Object implements PaymentMethod
| 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() |
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.