public class CoinbaseAccount extends Object implements PaymentMethod
| Modifier and Type | Field and Description |
|---|---|
private Calendar |
createdAt |
private String |
customerId |
private String |
imageUrl |
private boolean |
isDefault |
private List<Subscription> |
subscriptions |
private String |
token |
private Calendar |
updatedAt |
private String |
userEmail |
private String |
userId |
private String |
userName |
| Constructor and Description |
|---|
CoinbaseAccount(NodeWrapper node) |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getCreatedAt() |
String |
getCustomerId() |
String |
getImageUrl() |
List<Subscription> |
getSubscriptions() |
String |
getToken() |
Calendar |
getUpdatedAt() |
String |
getUserEmail() |
String |
getUserId() |
String |
getUserName() |
boolean |
isDefault() |
private String userId
private String userEmail
private String userName
private String token
private boolean isDefault
private String imageUrl
private String customerId
private Calendar createdAt
private Calendar updatedAt
private List<Subscription> subscriptions
public CoinbaseAccount(NodeWrapper node)
public String getUserId()
public String getUserEmail()
public String getUserName()
public String getToken()
getToken in interface PaymentMethodpublic boolean isDefault()
isDefault in interface PaymentMethodpublic String getImageUrl()
getImageUrl in interface PaymentMethodpublic String getCustomerId()
getCustomerId in interface PaymentMethodpublic Calendar getCreatedAt()
public Calendar getUpdatedAt()
public List<Subscription> getSubscriptions()
getSubscriptions in interface PaymentMethodCopyright © 2013-2018. All Rights Reserved.