Uses of Class
dev.vality.fistful.DestinationUnauthorized
| Package | Description |
|---|---|
| dev.vality.fistful | |
| dev.vality.fistful.withdrawal |
-
Uses of DestinationUnauthorized in dev.vality.fistful
Methods in dev.vality.fistful that return DestinationUnauthorized Modifier and Type Method Description DestinationUnauthorizedDestinationUnauthorized. deepCopy()Methods in dev.vality.fistful with parameters of type DestinationUnauthorized Modifier and Type Method Description intDestinationUnauthorized. compareTo(DestinationUnauthorized other)booleanDestinationUnauthorized. equals(DestinationUnauthorized that)Constructors in dev.vality.fistful with parameters of type DestinationUnauthorized Constructor Description DestinationUnauthorized(DestinationUnauthorized other)Performs a deep copy on other. -
Uses of DestinationUnauthorized in dev.vality.fistful.withdrawal
Fields in dev.vality.fistful.withdrawal declared as DestinationUnauthorized Modifier and Type Field Description DestinationUnauthorizedManagementSrv.GetQuote_result. ex3DestinationUnauthorizedManagementSrv.Create_result. ex4Methods in dev.vality.fistful.withdrawal that return DestinationUnauthorized Modifier and Type Method Description DestinationUnauthorizedManagementSrv.GetQuote_result. getEx3()DestinationUnauthorizedManagementSrv.Create_result. getEx4()Methods in dev.vality.fistful.withdrawal with parameters of type DestinationUnauthorized Modifier and Type Method Description ManagementSrv.GetQuote_resultManagementSrv.GetQuote_result. setEx3(DestinationUnauthorized ex3)ManagementSrv.Create_resultManagementSrv.Create_result. setEx4(DestinationUnauthorized ex4)Methods in dev.vality.fistful.withdrawal that throw DestinationUnauthorized 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 DestinationUnauthorized 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)