Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentChargebackParams
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoicePaymentChargebackParams in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoicePaymentChargebackParams Modifier and Type Field Description InvoicePaymentChargebackParamsInvoicingSrv.CreateChargeback_args. paramsMethods in dev.vality.damsel.payment_processing that return InvoicePaymentChargebackParams Modifier and Type Method Description InvoicePaymentChargebackParamsInvoicePaymentChargebackParams. deepCopy()InvoicePaymentChargebackParamsInvoicingSrv.CreateChargeback_args. getParams()InvoicePaymentChargebackParamsInvoicePaymentChargebackParams. setBody(Cash body)Размер опротестования.InvoicePaymentChargebackParamsInvoicePaymentChargebackParams. setContext(Content context)Дополнительные метаданные по чарджбэкуInvoicePaymentChargebackParamsInvoicePaymentChargebackParams. setExternalId(String external_id)Внешний идентификатор объектаInvoicePaymentChargebackParamsInvoicePaymentChargebackParams. setId(String id)Идентификатор чарджбэкаInvoicePaymentChargebackParamsInvoicePaymentChargebackParams. setLevy(Cash levy)Сумма списания: количество денежных средств, подлежащих удержанию со счёта продавца.InvoicePaymentChargebackParamsInvoicePaymentChargebackParams. setOccurredAt(String occurred_at)Фактическое время созданияInvoicePaymentChargebackParamsInvoicePaymentChargebackParams. setReason(InvoicePaymentChargebackReason reason)Код причины чарджбэкаInvoicePaymentChargebackParamsInvoicePaymentChargebackParams. setTransactionInfo(TransactionInfo transaction_info)Данные проведённой вручную транзакцииMethods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChargebackParams Modifier and Type Method Description intInvoicePaymentChargebackParams. 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)InvoicePaymentChargebackInvoicingSrv.Client. createChargeback(String id, String payment_id, InvoicePaymentChargebackParams params)InvoicePaymentChargebackInvoicingSrv.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_argsInvoicingSrv.CreateChargeback_args. setParams(InvoicePaymentChargebackParams params)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChargebackParams Constructor Description CreateChargeback_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)InvoicePaymentChargebackParams(InvoicePaymentChargebackParams other)Performs a deep copy on other.