jar

com.github.houbb : balance-client-api

Maven & Gradle

Mar 09, 2022
2 usages
Table Of Contents

Latest Version

Download com.github.houbb : balance-client-api JAR file - Latest Versions:

All Versions

Download com.github.houbb : balance-client-api JAR file - All Versions:

Version Vulnerabilities Size Updated
1.1.x
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window balance-client-api-1.1.0.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

com.github.houbb.balance.client.api.dto.resp.trans

├─ com.github.houbb.balance.client.api.dto.resp.trans.BalanceQueryTransStatusResponse.class - [JAR]

├─ com.github.houbb.balance.client.api.dto.resp.trans.CommonBalanceTransResponse.class - [JAR]

com.github.houbb.balance.client.api.dto.req.user

├─ com.github.houbb.balance.client.api.dto.req.user.BalanceQueryUserBalanceRequest.class - [JAR]

├─ com.github.houbb.balance.client.api.dto.req.user.BalanceUserOpenAccountRequest.class - [JAR]

com.github.houbb.balance.client.api.facade

├─ com.github.houbb.balance.client.api.facade.BalanceTransFacade.class - [JAR]

├─ com.github.houbb.balance.client.api.facade.BalanceUserFacade.class - [JAR]

com.github.houbb.balance.client.api.dto.req.trans

├─ com.github.houbb.balance.client.api.dto.req.trans.BalanceQueryTransStatusRequest.class - [JAR]

├─ com.github.houbb.balance.client.api.dto.req.trans.BalanceTransMultiTransferRequest.class - [JAR]

├─ com.github.houbb.balance.client.api.dto.req.trans.BalanceTransTransferRequest.class - [JAR]

├─ com.github.houbb.balance.client.api.dto.req.trans.CommonBalanceTransRequest.class - [JAR]

com.github.houbb.balance.client.api.dto.resp.user

├─ com.github.houbb.balance.client.api.dto.resp.user.BalanceQueryUserBalanceResponse.class - [JAR]

├─ com.github.houbb.balance.client.api.dto.resp.user.BalanceUserOpenAccountResponse.class - [JAR]

com.github.houbb.balance.client.api.dto.req.trans.component

├─ com.github.houbb.balance.client.api.dto.req.trans.component.TransTransferDto.class - [JAR]

Advertisement