public class CardTokensApiImpl extends AbstractBaseApi implements CardTokensApi
CardTokensApi interface.| Constructor and Description |
|---|
CardTokensApiImpl() |
| Modifier and Type | Method and Description |
|---|---|
CardResponse |
create(Card card)
Creates a card token and returns its details.
|
protected java.lang.String |
getApiName() |
executeList, executeSearch, getApiBase, getApiUrl, getDeletionResult, httpTransportForDelete, httpTransportForGet, httpTransportForPost, httpTransportForPutpublic final CardResponse create(Card card) throws java.io.IOException
CardTokensApicreate in interface CardTokensApicard - The card specified.java.io.IOException - If IO errors occur while calling PinPayments REST API.protected final java.lang.String getApiName()
getApiName in class AbstractBaseApi