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 PaymentMethod
public String getUsername()
public String getVenmoUserId()
public String getSourceDescription()
public String getImageUrl()
getImageUrl
in interface PaymentMethod
public Calendar getCreatedAt()
public Calendar getUpdatedAt()
public List<Subscription> getSubscriptions()
getSubscriptions
in interface PaymentMethod
public String getCustomerId()
getCustomerId
in interface PaymentMethod
public boolean isDefault()
isDefault
in interface PaymentMethod
Copyright © 2013-2020. All Rights Reserved.