Uses of Class
dev.vality.fistful.withdrawal.InconsistentWithdrawalCurrency
| Package | Description |
|---|---|
| dev.vality.fistful.withdrawal |
-
Uses of InconsistentWithdrawalCurrency in dev.vality.fistful.withdrawal
Fields in dev.vality.fistful.withdrawal declared as InconsistentWithdrawalCurrency Modifier and Type Field Description InconsistentWithdrawalCurrencyManagementSrv.GetQuote_result. ex7InconsistentWithdrawalCurrencyManagementSrv.Create_result. ex8Methods in dev.vality.fistful.withdrawal that return InconsistentWithdrawalCurrency Modifier and Type Method Description InconsistentWithdrawalCurrencyInconsistentWithdrawalCurrency. deepCopy()InconsistentWithdrawalCurrencyManagementSrv.GetQuote_result. getEx7()InconsistentWithdrawalCurrencyManagementSrv.Create_result. getEx8()InconsistentWithdrawalCurrencyInconsistentWithdrawalCurrency. setDestinationCurrency(CurrencyRef destination_currency)InconsistentWithdrawalCurrencyInconsistentWithdrawalCurrency. setWalletCurrency(CurrencyRef wallet_currency)InconsistentWithdrawalCurrencyInconsistentWithdrawalCurrency. setWithdrawalCurrency(CurrencyRef withdrawal_currency)Methods in dev.vality.fistful.withdrawal with parameters of type InconsistentWithdrawalCurrency Modifier and Type Method Description intInconsistentWithdrawalCurrency. compareTo(InconsistentWithdrawalCurrency other)booleanInconsistentWithdrawalCurrency. equals(InconsistentWithdrawalCurrency that)ManagementSrv.GetQuote_resultManagementSrv.GetQuote_result. setEx7(InconsistentWithdrawalCurrency ex7)ManagementSrv.Create_resultManagementSrv.Create_result. setEx8(InconsistentWithdrawalCurrency ex8)Methods in dev.vality.fistful.withdrawal that throw InconsistentWithdrawalCurrency Modifier and Type Method Description WithdrawalStateManagementSrv.Client. create(WithdrawalParams params, Map<String,Value> context)WithdrawalStateManagementSrv.Iface. create(WithdrawalParams params, Map<String,Value> context)QuoteManagementSrv.Client. getQuote(QuoteParams params)QuoteManagementSrv.Iface. getQuote(QuoteParams params)WithdrawalStateManagementSrv.AsyncClient.Create_call. getResult()QuoteManagementSrv.AsyncClient.GetQuote_call. getResult()WithdrawalStateManagementSrv.Client. recvCreate()QuoteManagementSrv.Client. recvGetQuote()Constructors in dev.vality.fistful.withdrawal with parameters of type InconsistentWithdrawalCurrency Constructor Description Create_result(WithdrawalState success, WalletNotFound ex2, DestinationNotFound ex3, DestinationUnauthorized ex4, ForbiddenOperationCurrency ex5, ForbiddenOperationAmount ex6, InvalidOperationAmount ex7, InconsistentWithdrawalCurrency ex8, NoDestinationResourceInfo ex9, IdentityProvidersMismatch ex10, WalletInaccessible ex11, ForbiddenWithdrawalMethod ex12)GetQuote_result(Quote success, WalletNotFound ex1, DestinationNotFound ex2, DestinationUnauthorized ex3, ForbiddenOperationCurrency ex4, ForbiddenOperationAmount ex5, InvalidOperationAmount ex6, InconsistentWithdrawalCurrency ex7, IdentityProvidersMismatch ex8, ForbiddenWithdrawalMethod ex9)InconsistentWithdrawalCurrency(InconsistentWithdrawalCurrency other)Performs a deep copy on other.