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 PaymentMethod
public boolean isDefault()
isDefault
in interface PaymentMethod
public String getImageUrl()
getImageUrl
in interface PaymentMethod
public String getCustomerId()
getCustomerId
in interface PaymentMethod
public List<Subscription> getSubscriptions()
getSubscriptions
in interface PaymentMethod
Copyright © 2013-2019. All Rights Reserved.