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