Uses of Class
dev.vality.damsel.proxy_provider.PaymentInfo
Packages that use PaymentInfo
-
Uses of PaymentInfo in dev.vality.damsel.proxy_provider
Fields in dev.vality.damsel.proxy_provider declared as PaymentInfoModifier and TypeFieldDescriptionPaymentContext.payment_infoProviderProxyHostSrv.GetPayment_result.successMethods in dev.vality.damsel.proxy_provider that return PaymentInfoModifier and TypeMethodDescriptionPaymentInfo.deepCopy()ProviderProxyHostSrv.Client.getPayment(String tag) ProviderProxyHostSrv.Iface.getPayment(String tag) Запрос-костыль к процессингу для получения актуального состояния платежа.PaymentContext.getPaymentInfo()ProviderProxyHostSrv.AsyncClient.GetPayment_call.getResult()ProviderProxyHostSrv.GetPayment_result.getSuccess()ProviderProxyHostSrv.Client.recvGetPayment()PaymentInfo.setCapture(InvoicePaymentCapture capture) PaymentInfo.setInvoice(Invoice invoice) PaymentInfo.setPayment(InvoicePayment payment) PaymentInfo.setRefund(InvoicePaymentRefund refund) Methods in dev.vality.damsel.proxy_provider that return types with arguments of type PaymentInfoModifier and TypeMethodDescriptionorg.apache.thrift.async.AsyncMethodCallback<PaymentInfo>ProviderProxyHostSrv.AsyncProcessor.GetPayment.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) Methods in dev.vality.damsel.proxy_provider with parameters of type PaymentInfoModifier and TypeMethodDescriptionintPaymentInfo.compareTo(PaymentInfo other) booleanPaymentInfo.equals(PaymentInfo that) PaymentContext.setPaymentInfo(PaymentInfo payment_info) ProviderProxyHostSrv.GetPayment_result.setSuccess(PaymentInfo success) Method parameters in dev.vality.damsel.proxy_provider with type arguments of type PaymentInfoModifier and TypeMethodDescriptionvoidProviderProxyHostSrv.AsyncClient.getPayment(String tag, org.apache.thrift.async.AsyncMethodCallback<PaymentInfo> resultHandler) voidProviderProxyHostSrv.AsyncIface.getPayment(String tag, org.apache.thrift.async.AsyncMethodCallback<PaymentInfo> resultHandler) voidProviderProxyHostSrv.AsyncProcessor.GetPayment.start(I iface, ProviderProxyHostSrv.GetPayment_args args, org.apache.thrift.async.AsyncMethodCallback<PaymentInfo> resultHandler) Constructors in dev.vality.damsel.proxy_provider with parameters of type PaymentInfoModifierConstructorDescriptionGetPayment_result(PaymentInfo success, PaymentNotFound ex1) PaymentContext(Session session, PaymentInfo payment_info) PaymentInfo(PaymentInfo other) Performs a deep copy on other.Constructor parameters in dev.vality.damsel.proxy_provider with type arguments of type PaymentInfoModifierConstructorDescriptionGetPayment_call(String tag, org.apache.thrift.async.AsyncMethodCallback<PaymentInfo> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)