Uses of Class
com.bybit.api.client.domain.asset.request.AssetCancelWithdrawRequest
-
Packages that use AssetCancelWithdrawRequest Package Description com.bybit.api.client.restApi com.bybit.api.client.service -
-
Uses of AssetCancelWithdrawRequest in com.bybit.api.client.restApi
Methods in com.bybit.api.client.restApi with parameters of type AssetCancelWithdrawRequest Modifier and Type Method Description retrofit2.Call<Object>BybitApiService. cancelAssetWithdraw(AssetCancelWithdrawRequest assetCancelWithdrawRequest)Cancel Withdrawal Cancel the withdrawal -
Uses of AssetCancelWithdrawRequest in com.bybit.api.client.service
Methods in com.bybit.api.client.service that return AssetCancelWithdrawRequest Modifier and Type Method Description AssetCancelWithdrawRequestBybitJsonConverter. mapToAssetCancelWithdrawRequest(AssetDataRequest request)
-