public class VenmoAccount extends Object implements PaymentMethod
| 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() |
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.