public class BankAccountsApiImpl extends AbstractBaseApi implements BankAccountsApi
BankAccountsApi interface.| Constructor and Description |
|---|
BankAccountsApiImpl() |
| Modifier and Type | Method and Description |
|---|---|
BankAccountResponse |
create(BankAccount bankAccount)
Creates a bank account token and returns its details.
|
protected java.lang.String |
getApiName() |
executeList, executeSearch, getApiBase, getApiUrl, getDeletionResult, httpTransportForDelete, httpTransportForGet, httpTransportForPost, httpTransportForPutpublic final BankAccountResponse create(BankAccount bankAccount) throws java.io.IOException
BankAccountsApicreate in interface BankAccountsApibankAccount - The bank account specified.java.io.IOException - If IO errors occur while calling PinPayments REST API.protected final java.lang.String getApiName()
getApiName in class AbstractBaseApi