public class UnknownPaymentMethod extends Object implements PaymentMethod
| Constructor and Description |
|---|
UnknownPaymentMethod(NodeWrapper node) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomerId() |
String |
getImageUrl() |
List<Subscription> |
getSubscriptions() |
String |
getToken() |
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.