Uses of Class
dev.vality.damsel.withdrawals.provider_adapter.Withdrawal
Packages that use Withdrawal
-
Uses of Withdrawal in dev.vality.damsel.withdrawals.provider_adapter
Fields in dev.vality.damsel.withdrawals.provider_adapter declared as WithdrawalModifier and TypeFieldDescriptionAdapterSrv.HandleCallback_args.withdrawalAdapterSrv.ProcessWithdrawal_args.withdrawalProcessCallbackFinished.withdrawalСостояние сессии после обработки последнего ответа адаптера.Methods in dev.vality.damsel.withdrawals.provider_adapter that return WithdrawalModifier and TypeMethodDescriptionWithdrawal.deepCopy()AdapterSrv.HandleCallback_args.getWithdrawal()AdapterSrv.ProcessWithdrawal_args.getWithdrawal()ProcessCallbackFinished.getWithdrawal()Состояние сессии после обработки последнего ответа адаптера.Withdrawal.setAuthData(AuthData auth_data) Withdrawal.setDestination(Destination destination) Withdrawal.setPaymentService(PaymentService payment_service) Withdrawal.setReceiver(Identity receiver) Withdrawal.setSessionId(String session_id) Methods in dev.vality.damsel.withdrawals.provider_adapter with parameters of type WithdrawalModifier and TypeMethodDescriptionintWithdrawal.compareTo(Withdrawal other) booleanWithdrawal.equals(Withdrawal that) voidAdapterSrv.AsyncClient.handleCallback(Callback callback, Withdrawal withdrawal, Value state, Map<String, String> opts, org.apache.thrift.async.AsyncMethodCallback<CallbackResult> resultHandler) voidAdapterSrv.AsyncIface.handleCallback(Callback callback, Withdrawal withdrawal, Value state, Map<String, String> opts, org.apache.thrift.async.AsyncMethodCallback<CallbackResult> resultHandler) AdapterSrv.Client.handleCallback(Callback callback, Withdrawal withdrawal, Value state, Map<String, String> opts) AdapterSrv.Iface.handleCallback(Callback callback, Withdrawal withdrawal, Value state, Map<String, String> opts) Запрос к адаптеру на обработку обратного вызова.voidAdapterSrv.AsyncClient.processWithdrawal(Withdrawal withdrawal, Value state, Map<String, String> opts, org.apache.thrift.async.AsyncMethodCallback<ProcessResult> resultHandler) voidAdapterSrv.AsyncIface.processWithdrawal(Withdrawal withdrawal, Value state, Map<String, String> opts, org.apache.thrift.async.AsyncMethodCallback<ProcessResult> resultHandler) AdapterSrv.Client.processWithdrawal(Withdrawal withdrawal, Value state, Map<String, String> opts) AdapterSrv.Iface.processWithdrawal(Withdrawal withdrawal, Value state, Map<String, String> opts) Запрос к адаптеру на проведение взаимодействия с провайдером в рамках платежной сессии.voidAdapterSrv.Client.sendHandleCallback(Callback callback, Withdrawal withdrawal, Value state, Map<String, String> opts) voidAdapterSrv.Client.sendProcessWithdrawal(Withdrawal withdrawal, Value state, Map<String, String> opts) AdapterSrv.HandleCallback_args.setWithdrawal(Withdrawal withdrawal) AdapterSrv.ProcessWithdrawal_args.setWithdrawal(Withdrawal withdrawal) ProcessCallbackFinished.setWithdrawal(Withdrawal withdrawal) Состояние сессии после обработки последнего ответа адаптера.Constructors in dev.vality.damsel.withdrawals.provider_adapter with parameters of type WithdrawalModifierConstructorDescriptionHandleCallback_args(Callback callback, Withdrawal withdrawal, Value state, Map<String, String> opts) HandleCallback_call(Callback callback, Withdrawal withdrawal, Value state, Map<String, String> opts, org.apache.thrift.async.AsyncMethodCallback<CallbackResult> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) ProcessCallbackFinished(Withdrawal withdrawal, Value state, Map<String, String> opts) ProcessWithdrawal_args(Withdrawal withdrawal, Value state, Map<String, String> opts) ProcessWithdrawal_call(Withdrawal withdrawal, Value state, Map<String, String> opts, org.apache.thrift.async.AsyncMethodCallback<ProcessResult> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) Withdrawal(Withdrawal other) Performs a deep copy on other.