public interface PaymentMethod
| Modifier and Type | Method and Description |
|---|---|
String |
getCustomerId() |
String |
getImageUrl() |
List<Subscription> |
getSubscriptions() |
String |
getToken() |
boolean |
isDefault() |
String getToken()
boolean isDefault()
String getImageUrl()
String getCustomerId()
List<Subscription> getSubscriptions()
Copyright © 2013–2018. All rights reserved.