Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentChargebackCancelParams
Packages that use InvoicePaymentChargebackCancelParams
-
Uses of InvoicePaymentChargebackCancelParams in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoicePaymentChargebackCancelParamsMethods in dev.vality.damsel.payment_processing that return InvoicePaymentChargebackCancelParamsModifier and TypeMethodDescriptionInvoicePaymentChargebackCancelParams.deepCopy()InvoicingSrv.CancelChargeback_args.getParams()InvoicePaymentChargebackCancelParams.setOccurredAt(String occurred_at) Фактическое время отменыMethods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChargebackCancelParamsModifier and TypeMethodDescriptionvoidInvoicingSrv.AsyncClient.cancelChargeback(String id, String payment_id, String chargeback_id, InvoicePaymentChargebackCancelParams params, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidInvoicingSrv.AsyncIface.cancelChargeback(String id, String payment_id, String chargeback_id, InvoicePaymentChargebackCancelParams params, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidInvoicingSrv.Client.cancelChargeback(String id, String payment_id, String chargeback_id, InvoicePaymentChargebackCancelParams params) voidInvoicingSrv.Iface.cancelChargeback(String id, String payment_id, String chargeback_id, InvoicePaymentChargebackCancelParams params) Отмена чарджбэка.intInvoicePaymentChargebackCancelParams.compareTo(InvoicePaymentChargebackCancelParams other) booleanInvoicePaymentChargebackCancelParams.equals(InvoicePaymentChargebackCancelParams that) voidInvoicingSrv.Client.sendCancelChargeback(String id, String payment_id, String chargeback_id, InvoicePaymentChargebackCancelParams params) InvoicingSrv.CancelChargeback_args.setParams(InvoicePaymentChargebackCancelParams params) Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChargebackCancelParamsModifierConstructorDescriptionCancelChargeback_args(String id, String payment_id, String chargeback_id, InvoicePaymentChargebackCancelParams params) CancelChargeback_call(String id, String payment_id, String chargeback_id, InvoicePaymentChargebackCancelParams 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.