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
    GetBalanceResponse DapiApp.getBalance​(java.lang.String accountID, java.lang.String accessToken, java.lang.String userSecret)
    getBalance talks to the GetBalance endpoint of Dapi, with this DapiApp's appSecret.
    GetBalanceResponse DapiApp.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 this DapiApp's appSecret, to continue a previous operation that required to provide some userInputs.