Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentCaptureParams
Packages that use InvoicePaymentCaptureParams
-
Uses of InvoicePaymentCaptureParams in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoicePaymentCaptureParamsModifier and TypeFieldDescriptionInvoicingSrv.CapturePayment_args.paramsInvoicingSrv.CapturePaymentNew_args.paramsMethods in dev.vality.damsel.payment_processing that return InvoicePaymentCaptureParamsModifier and TypeMethodDescriptionInvoicePaymentCaptureParams.deepCopy()InvoicingSrv.CapturePayment_args.getParams()InvoicingSrv.CapturePaymentNew_args.getParams()InvoicePaymentCaptureParams.setAllocation(AllocationPrototype allocation) InvoicePaymentCaptureParams.setCart(InvoiceCart cart) Подтверждаемая сумма.Причина совершения операции.Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentCaptureParamsModifier and TypeMethodDescriptionvoidInvoicingSrv.AsyncClient.capturePayment(String id, String payment_id, InvoicePaymentCaptureParams params, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidInvoicingSrv.AsyncIface.capturePayment(String id, String payment_id, InvoicePaymentCaptureParams params, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidInvoicingSrv.Client.capturePayment(String id, String payment_id, InvoicePaymentCaptureParams params) voidInvoicingSrv.Iface.capturePayment(String id, String payment_id, InvoicePaymentCaptureParams params) voidInvoicingSrv.AsyncClient.capturePaymentNew(String id, String payment_id, InvoicePaymentCaptureParams params, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidInvoicingSrv.AsyncIface.capturePaymentNew(String id, String payment_id, InvoicePaymentCaptureParams params, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidInvoicingSrv.Client.capturePaymentNew(String id, String payment_id, InvoicePaymentCaptureParams params) voidInvoicingSrv.Iface.capturePaymentNew(String id, String payment_id, InvoicePaymentCaptureParams params) intInvoicePaymentCaptureParams.compareTo(InvoicePaymentCaptureParams other) booleanInvoicePaymentCaptureParams.equals(InvoicePaymentCaptureParams that) voidInvoicingSrv.Client.sendCapturePayment(String id, String payment_id, InvoicePaymentCaptureParams params) voidInvoicingSrv.Client.sendCapturePaymentNew(String id, String payment_id, InvoicePaymentCaptureParams params) InvoicingSrv.CapturePayment_args.setParams(InvoicePaymentCaptureParams params) InvoicingSrv.CapturePaymentNew_args.setParams(InvoicePaymentCaptureParams params) Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentCaptureParamsModifierConstructorDescriptionCapturePayment_args(String id, String payment_id, InvoicePaymentCaptureParams params) CapturePayment_call(String id, String payment_id, InvoicePaymentCaptureParams params, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) CapturePaymentNew_args(String id, String payment_id, InvoicePaymentCaptureParams params) CapturePaymentNew_call(String id, String payment_id, InvoicePaymentCaptureParams params, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport) Performs a deep copy on other.