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 Calendar |
revokedAt |
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() |
Calendar |
getRevokedAt() |
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
private Calendar revokedAt
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 getPayerId()
public String getCustomerId()
getCustomerId
in interface PaymentMethod
public Calendar getCreatedAt()
public Calendar getUpdatedAt()
public List<Subscription> getSubscriptions()
getSubscriptions
in interface PaymentMethod
public Calendar getRevokedAt()
Copyright © 2013-2020. All Rights Reserved.