Uses of Class
dev.vality.damsel.proxy_provider.PaymentInfo
| Package | Description |
|---|---|
| dev.vality.damsel.proxy_provider |
-
Uses of PaymentInfo in dev.vality.damsel.proxy_provider
Fields in dev.vality.damsel.proxy_provider declared as PaymentInfo Modifier and Type Field Description PaymentInfoPaymentContext. payment_infoPaymentInfoProviderProxyHostSrv.GetPayment_result. successMethods in dev.vality.damsel.proxy_provider that return PaymentInfo Modifier and Type Method Description PaymentInfoPaymentInfo. deepCopy()PaymentInfoProviderProxyHostSrv.Client. getPayment(String tag)PaymentInfoProviderProxyHostSrv.Iface. getPayment(String tag)Запрос-костыль к процессингу для получения актуального состояния платежа.PaymentInfoPaymentContext. getPaymentInfo()PaymentInfoProviderProxyHostSrv.AsyncClient.GetPayment_call. getResult()PaymentInfoProviderProxyHostSrv.GetPayment_result. getSuccess()PaymentInfoProviderProxyHostSrv.Client. recvGetPayment()PaymentInfoPaymentInfo. setCapture(InvoicePaymentCapture capture)PaymentInfoPaymentInfo. setInvoice(Invoice invoice)PaymentInfoPaymentInfo. setPayment(InvoicePayment payment)PaymentInfoPaymentInfo. setRefund(InvoicePaymentRefund refund)PaymentInfoPaymentInfo. setShop(Shop shop)Methods in dev.vality.damsel.proxy_provider that return types with arguments of type PaymentInfo Modifier and Type Method Description org.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 PaymentInfo Modifier and Type Method Description intPaymentInfo. compareTo(PaymentInfo other)booleanPaymentInfo. equals(PaymentInfo that)PaymentContextPaymentContext. setPaymentInfo(PaymentInfo payment_info)ProviderProxyHostSrv.GetPayment_resultProviderProxyHostSrv.GetPayment_result. setSuccess(PaymentInfo success)Method parameters in dev.vality.damsel.proxy_provider with type arguments of type PaymentInfo Modifier and Type Method Description voidProviderProxyHostSrv.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 PaymentInfo Constructor Description GetPayment_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 PaymentInfo Constructor Description GetPayment_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)