public class VenmoAccount extends Object implements PaymentMethod
| Modifier and Type | Field and Description |
|---|---|
private Calendar |
createdAt |
private String |
customerId |
private String |
imageUrl |
private Boolean |
isDefault |
private String |
sourceDescription |
private List<Subscription> |
subscriptions |
private String |
token |
private Calendar |
updatedAt |
private String |
username |
private String |
venmoUserId |
| Constructor and Description |
|---|
VenmoAccount(NodeWrapper node) |
| Modifier and Type | Method and Description |
|---|---|
Calendar |
getCreatedAt() |
String |
getCustomerId() |
String |
getImageUrl() |
String |
getSourceDescription() |
List<Subscription> |
getSubscriptions() |
String |
getToken() |
Calendar |
getUpdatedAt() |
String |
getUsername() |
String |
getVenmoUserId() |
boolean |
isDefault() |
private String token
private String username
private String venmoUserId
private String sourceDescription
private String imageUrl
private Calendar createdAt
private Calendar updatedAt
private List<Subscription> subscriptions
private String customerId
private Boolean isDefault
public VenmoAccount(NodeWrapper node)
public String getToken()
getToken in interface PaymentMethodpublic String getUsername()
public String getVenmoUserId()
public String getSourceDescription()
public String getImageUrl()
getImageUrl in interface PaymentMethodpublic Calendar getCreatedAt()
public Calendar getUpdatedAt()
public List<Subscription> getSubscriptions()
getSubscriptions in interface PaymentMethodpublic String getCustomerId()
getCustomerId in interface PaymentMethodpublic boolean isDefault()
isDefault in interface PaymentMethodCopyright © 2013-2018. All Rights Reserved.