Uses of Class
dev.vality.damsel.payout_processing.InsufficientFunds
| Package | Description |
|---|---|
| dev.vality.damsel.payout_processing |
-
Uses of InsufficientFunds in dev.vality.damsel.payout_processing
Fields in dev.vality.damsel.payout_processing declared as InsufficientFunds Modifier and Type Field Description InsufficientFundsPayoutManagementSrv.CreatePayout_result. ex2Methods in dev.vality.damsel.payout_processing that return InsufficientFunds Modifier and Type Method Description InsufficientFundsInsufficientFunds. deepCopy()InsufficientFundsPayoutManagementSrv.CreatePayout_result. getEx2()Methods in dev.vality.damsel.payout_processing with parameters of type InsufficientFunds Modifier and Type Method Description intInsufficientFunds. compareTo(InsufficientFunds other)booleanInsufficientFunds. equals(InsufficientFunds that)PayoutManagementSrv.CreatePayout_resultPayoutManagementSrv.CreatePayout_result. setEx2(InsufficientFunds ex2)Methods in dev.vality.damsel.payout_processing that throw InsufficientFunds Modifier and Type Method Description PayoutPayoutManagementSrv.Client. createPayout(PayoutParams params)PayoutPayoutManagementSrv.Iface. createPayout(PayoutParams params)Создать выплату на определенную сумму и платежный инструментPayoutPayoutManagementSrv.AsyncClient.CreatePayout_call. getResult()PayoutPayoutManagementSrv.Client. recvCreatePayout()Constructors in dev.vality.damsel.payout_processing with parameters of type InsufficientFunds Constructor Description CreatePayout_result(Payout success, InvalidPayoutTool ex1, InsufficientFunds ex2, InvalidRequest ex3)InsufficientFunds(InsufficientFunds other)Performs a deep copy on other.