Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentChargebackParams
Packages that use InvoicePaymentChargebackParams
-
Uses of InvoicePaymentChargebackParams in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoicePaymentChargebackParamsMethods in dev.vality.damsel.payment_processing that return InvoicePaymentChargebackParamsModifier and TypeMethodDescriptionInvoicePaymentChargebackParams.deepCopy()InvoicingSrv.CreateChargeback_args.getParams()Размер опротестования.InvoicePaymentChargebackParams.setContext(Content context) Дополнительные метаданные по чарджбэкуInvoicePaymentChargebackParams.setExternalId(String external_id) Внешний идентификатор объектаИдентификатор чарджбэкаСумма списания: количество денежных средств, подлежащих удержанию со счёта продавца.InvoicePaymentChargebackParams.setOccurredAt(String occurred_at) Фактическое время созданияInvoicePaymentChargebackParams.setReason(InvoicePaymentChargebackReason reason) Код причины чарджбэкаInvoicePaymentChargebackParams.setTransactionInfo(TransactionInfo transaction_info) Данные проведённой вручную транзакцииMethods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChargebackParamsModifier and TypeMethodDescriptionintInvoicePaymentChargebackParams.compareTo(InvoicePaymentChargebackParams other) voidInvoicingSrv.AsyncClient.createChargeback(String id, String payment_id, InvoicePaymentChargebackParams params, org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentChargeback> resultHandler) voidInvoicingSrv.AsyncIface.createChargeback(String id, String payment_id, InvoicePaymentChargebackParams params, org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentChargeback> resultHandler) InvoicingSrv.Client.createChargeback(String id, String payment_id, InvoicePaymentChargebackParams params) InvoicingSrv.Iface.createChargeback(String id, String payment_id, InvoicePaymentChargebackParams params) Создать чарджбэкbooleanInvoicePaymentChargebackParams.equals(InvoicePaymentChargebackParams that) voidInvoicingSrv.Client.sendCreateChargeback(String id, String payment_id, InvoicePaymentChargebackParams params) InvoicingSrv.CreateChargeback_args.setParams(InvoicePaymentChargebackParams params) Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChargebackParamsModifierConstructorDescriptionCreateChargeback_args(String id, String payment_id, InvoicePaymentChargebackParams params) CreateChargeback_call(String id, String payment_id, InvoicePaymentChargebackParams params, org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentChargeback> 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.