Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentChargebackAcceptParams
Packages that use InvoicePaymentChargebackAcceptParams
-
Uses of InvoicePaymentChargebackAcceptParams in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoicePaymentChargebackAcceptParamsMethods in dev.vality.damsel.payment_processing that return InvoicePaymentChargebackAcceptParamsModifier and TypeMethodDescriptionInvoicePaymentChargebackAcceptParams.deepCopy()InvoicingSrv.AcceptChargeback_args.getParams()Сумма возврата.Сумма списания.InvoicePaymentChargebackAcceptParams.setOccurredAt(String occurred_at) Фактическое время принятияMethods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChargebackAcceptParamsModifier and TypeMethodDescriptionvoidInvoicingSrv.AsyncClient.acceptChargeback(String id, String payment_id, String chargeback_id, InvoicePaymentChargebackAcceptParams params, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidInvoicingSrv.AsyncIface.acceptChargeback(String id, String payment_id, String chargeback_id, InvoicePaymentChargebackAcceptParams params, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidInvoicingSrv.Client.acceptChargeback(String id, String payment_id, String chargeback_id, InvoicePaymentChargebackAcceptParams params) voidInvoicingSrv.Iface.acceptChargeback(String id, String payment_id, String chargeback_id, InvoicePaymentChargebackAcceptParams params) Принять чарджбэкintInvoicePaymentChargebackAcceptParams.compareTo(InvoicePaymentChargebackAcceptParams other) booleanInvoicePaymentChargebackAcceptParams.equals(InvoicePaymentChargebackAcceptParams that) voidInvoicingSrv.Client.sendAcceptChargeback(String id, String payment_id, String chargeback_id, InvoicePaymentChargebackAcceptParams params) InvoicingSrv.AcceptChargeback_args.setParams(InvoicePaymentChargebackAcceptParams params) Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentChargebackAcceptParamsModifierConstructorDescriptionAcceptChargeback_args(String id, String payment_id, String chargeback_id, InvoicePaymentChargebackAcceptParams params) AcceptChargeback_call(String id, String payment_id, String chargeback_id, InvoicePaymentChargebackAcceptParams 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.