Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentRefundParams
Packages that use InvoicePaymentRefundParams
-
Uses of InvoicePaymentRefundParams in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoicePaymentRefundParamsModifier and TypeFieldDescriptionInvoicingSrv.CreateManualRefund_args.paramsInvoicingSrv.RefundPayment_args.paramsMethods in dev.vality.damsel.payment_processing that return InvoicePaymentRefundParamsModifier and TypeMethodDescriptionInvoicePaymentRefundParams.deepCopy()InvoicingSrv.CreateManualRefund_args.getParams()InvoicingSrv.RefundPayment_args.getParams()InvoicePaymentRefundParams.setAllocation(AllocationPrototype allocation) Распределение денежных средств возврата.InvoicePaymentRefundParams.setCart(InvoiceCart cart) Итоговая корзина товаров.Сумма возврата.InvoicePaymentRefundParams.setExternalId(String external_id) Внешний идентификатор объектаИдентификатор рефандаПричина, на основании которой производится возврат.InvoicePaymentRefundParams.setTransactionInfo(TransactionInfo transaction_info) Данные проведённой вручную транзакцииMethods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentRefundParamsModifier and TypeMethodDescriptionintInvoicePaymentRefundParams.compareTo(InvoicePaymentRefundParams other) voidInvoicingSrv.AsyncClient.createManualRefund(String id, String payment_id, InvoicePaymentRefundParams params, org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentRefund> resultHandler) voidInvoicingSrv.AsyncIface.createManualRefund(String id, String payment_id, InvoicePaymentRefundParams params, org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentRefund> resultHandler) InvoicingSrv.Client.createManualRefund(String id, String payment_id, InvoicePaymentRefundParams params) InvoicingSrv.Iface.createManualRefund(String id, String payment_id, InvoicePaymentRefundParams params) Сделать ручной возврат.booleanInvoicePaymentRefundParams.equals(InvoicePaymentRefundParams that) voidInvoicingSrv.AsyncClient.refundPayment(String id, String payment_id, InvoicePaymentRefundParams params, org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentRefund> resultHandler) voidInvoicingSrv.AsyncIface.refundPayment(String id, String payment_id, InvoicePaymentRefundParams params, org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentRefund> resultHandler) InvoicingSrv.Client.refundPayment(String id, String payment_id, InvoicePaymentRefundParams params) InvoicingSrv.Iface.refundPayment(String id, String payment_id, InvoicePaymentRefundParams params) Сделать возврат платежа.voidInvoicingSrv.Client.sendCreateManualRefund(String id, String payment_id, InvoicePaymentRefundParams params) voidInvoicingSrv.Client.sendRefundPayment(String id, String payment_id, InvoicePaymentRefundParams params) InvoicingSrv.CreateManualRefund_args.setParams(InvoicePaymentRefundParams params) InvoicingSrv.RefundPayment_args.setParams(InvoicePaymentRefundParams params) Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentRefundParamsModifierConstructorDescriptionCreateManualRefund_args(String id, String payment_id, InvoicePaymentRefundParams params) CreateManualRefund_call(String id, String payment_id, InvoicePaymentRefundParams params, org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentRefund> 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.RefundPayment_args(String id, String payment_id, InvoicePaymentRefundParams params) RefundPayment_call(String id, String payment_id, InvoicePaymentRefundParams params, org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentRefund> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)