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 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() |
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 customerId
private Calendar createdAt
private Calendar updatedAt
private List<Subscription> subscriptions
public PayPalAccount(NodeWrapper node)
public String getEmail()
public String getToken()
getToken
in interface PaymentMethod
public String getBillingAgreementId()
public boolean isDefault()
isDefault
in interface PaymentMethod
public String getImageUrl()
getImageUrl
in interface PaymentMethod
public String getCustomerId()
getCustomerId
in interface PaymentMethod
public Calendar getCreatedAt()
public Calendar getUpdatedAt()
public List<Subscription> getSubscriptions()
getSubscriptions
in interface PaymentMethod
Copyright © 2013-2017. All Rights Reserved.