Uses of Class
dev.vality.fistful.deposit.InsufficientDepositAmount
| Package | Description |
|---|---|
| dev.vality.fistful.deposit |
-
Uses of InsufficientDepositAmount in dev.vality.fistful.deposit
Fields in dev.vality.fistful.deposit declared as InsufficientDepositAmount Modifier and Type Field Description InsufficientDepositAmountManagementSrv.CreateRevert_result. ex4Methods in dev.vality.fistful.deposit that return InsufficientDepositAmount Modifier and Type Method Description InsufficientDepositAmountInsufficientDepositAmount. deepCopy()InsufficientDepositAmountManagementSrv.CreateRevert_result. getEx4()InsufficientDepositAmountInsufficientDepositAmount. setDepositAmount(Cash deposit_amount)InsufficientDepositAmountInsufficientDepositAmount. setRevertBody(Cash revert_body)Methods in dev.vality.fistful.deposit with parameters of type InsufficientDepositAmount Modifier and Type Method Description intInsufficientDepositAmount. compareTo(InsufficientDepositAmount other)booleanInsufficientDepositAmount. equals(InsufficientDepositAmount that)ManagementSrv.CreateRevert_resultManagementSrv.CreateRevert_result. setEx4(InsufficientDepositAmount ex4)Methods in dev.vality.fistful.deposit that throw InsufficientDepositAmount Modifier and Type Method Description RevertStateManagementSrv.Client. createRevert(String id, RevertParams params)RevertStateManagementSrv.Iface. createRevert(String id, RevertParams params)RevertStateManagementSrv.AsyncClient.CreateRevert_call. getResult()RevertStateManagementSrv.Client. recvCreateRevert()Constructors in dev.vality.fistful.deposit with parameters of type InsufficientDepositAmount Constructor Description CreateRevert_result(RevertState success, DepositNotFound ex1, InvalidDepositStatus ex2, InconsistentRevertCurrency ex3, InsufficientDepositAmount ex4, InvalidOperationAmount ex5)InsufficientDepositAmount(InsufficientDepositAmount other)Performs a deep copy on other.