Uses of Class
co.dapi.response.GetBalanceResponse
-
Packages that use GetBalanceResponse Package Description co.dapi -
-
Uses of GetBalanceResponse in co.dapi
Methods in co.dapi that return GetBalanceResponse Modifier and Type Method Description GetBalanceResponseDapiApp. getBalance(java.lang.String accountID, java.lang.String accessToken, java.lang.String userSecret)getBalance talks to the GetBalance endpoint of Dapi, with thisDapiApp's appSecret.GetBalanceResponseDapiApp. getBalance(java.lang.String accountID, java.lang.String accessToken, java.lang.String userSecret, java.lang.String operationID, UserInput[] userInputs)getBalance talks to the GetBalance endpoint of Dapi, with thisDapiApp's appSecret, to continue a previous operation that required to provide some userInputs.
-