public class BalanceApiImpl extends AbstractBaseApi implements BalanceApi
BalanceApi interface.| Constructor and Description |
|---|
BalanceApiImpl() |
| Modifier and Type | Method and Description |
|---|---|
BalanceResponse |
fetch()
Returns the current balance of your Pin Payments account.
|
protected java.lang.String |
getApiName() |
executeList, executeSearch, getApiBase, getApiUrl, getDeletionResult, httpTransportForDelete, httpTransportForGet, httpTransportForPost, httpTransportForPutpublic final BalanceResponse fetch() throws java.io.IOException
BalanceApifetch in interface BalanceApijava.io.IOException - If IO errors occur while calling PinPayments REST API.protected final java.lang.String getApiName()
getApiName in class AbstractBaseApi