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 PaymentMethod
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-2019. All Rights Reserved.