Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentAdjustmentParams
Packages that use InvoicePaymentAdjustmentParams
-
Uses of InvoicePaymentAdjustmentParams in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoicePaymentAdjustmentParamsMethods in dev.vality.damsel.payment_processing that return InvoicePaymentAdjustmentParamsModifier and TypeMethodDescriptionInvoicePaymentAdjustmentParams.deepCopy()InvoicingSrv.CreatePaymentAdjustment_args.getParams()Причина, на основании которой создаётся поправка.InvoicePaymentAdjustmentParams.setScenario(InvoicePaymentAdjustmentScenario scenario) Сценарий создаваемой поправки.Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentAdjustmentParamsModifier and TypeMethodDescriptionintInvoicePaymentAdjustmentParams.compareTo(InvoicePaymentAdjustmentParams other) voidInvoicingSrv.AsyncClient.createPaymentAdjustment(String id, String payment_id, InvoicePaymentAdjustmentParams params, org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentAdjustment> resultHandler) voidInvoicingSrv.AsyncIface.createPaymentAdjustment(String id, String payment_id, InvoicePaymentAdjustmentParams params, org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentAdjustment> resultHandler) InvoicingSrv.Client.createPaymentAdjustment(String id, String payment_id, InvoicePaymentAdjustmentParams params) InvoicingSrv.Iface.createPaymentAdjustment(String id, String payment_id, InvoicePaymentAdjustmentParams params) Создать поправку к платежу.booleanInvoicePaymentAdjustmentParams.equals(InvoicePaymentAdjustmentParams that) voidInvoicingSrv.Client.sendCreatePaymentAdjustment(String id, String payment_id, InvoicePaymentAdjustmentParams params) InvoicingSrv.CreatePaymentAdjustment_args.setParams(InvoicePaymentAdjustmentParams params) Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentAdjustmentParamsModifierConstructorDescriptionCreatePaymentAdjustment_args(String id, String payment_id, InvoicePaymentAdjustmentParams params) CreatePaymentAdjustment_call(String id, String payment_id, InvoicePaymentAdjustmentParams params, org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentAdjustment> 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.