public class TransferCreditController extends BaseController
httpCallBack| Constructor and Description |
|---|
TransferCreditController() |
| Modifier and Type | Method and Description |
|---|---|
static TransferCreditController |
getInstance()
Singleton pattern implementation
|
String |
transferCredit(ResellerAccountTransferCredit resellerAccountTransferCredit)
Transfer Credit
|
void |
transferCreditAsync(ResellerAccountTransferCredit resellerAccountTransferCredit,
APICallBack<String> callBack)
Transfer Credit
|
getClientInstance, getHttpCallBack, setClientInstance, setHttpCallBack, validateResponsepublic static TransferCreditController getInstance()
public String transferCredit(ResellerAccountTransferCredit resellerAccountTransferCredit) throws Throwable
resellerAccountTransferCredit - Required parameter: Example:Throwablepublic void transferCreditAsync(ResellerAccountTransferCredit resellerAccountTransferCredit, APICallBack<String> callBack) throws com.fasterxml.jackson.core.JsonProcessingException
resellerAccountTransferCredit - Required parameter: Example:com.fasterxml.jackson.core.JsonProcessingExceptionCopyright © 2017. All rights reserved.