public class UnknownPaymentMethod extends Object implements PaymentMethod
| Modifier and Type | Field and Description |
|---|---|
private String |
customerId |
private boolean |
isDefault |
private String |
token |
| Constructor and Description |
|---|
UnknownPaymentMethod(NodeWrapper node) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomerId() |
String |
getImageUrl() |
List<Subscription> |
getSubscriptions() |
String |
getToken() |
boolean |
isDefault() |
private String token
private String customerId
private boolean isDefault
public UnknownPaymentMethod(NodeWrapper node)
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 List<Subscription> getSubscriptions()
getSubscriptions in interface PaymentMethodCopyright © 2013-2018. All Rights Reserved.