Uses of Class
dev.vality.damsel.payment_processing.InvoiceAdjustmentParams
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoiceAdjustmentParams in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoiceAdjustmentParams Modifier and Type Field Description InvoiceAdjustmentParamsInvoicingSrv.CreateInvoiceAdjustment_args. paramsMethods in dev.vality.damsel.payment_processing that return InvoiceAdjustmentParams Modifier and Type Method Description InvoiceAdjustmentParamsInvoiceAdjustmentParams. deepCopy()InvoiceAdjustmentParamsInvoicingSrv.CreateInvoiceAdjustment_args. getParams()InvoiceAdjustmentParamsInvoiceAdjustmentParams. setReason(String reason)Причина, на основании которой создаётся поправка.InvoiceAdjustmentParamsInvoiceAdjustmentParams. setScenario(InvoiceAdjustmentScenario scenario)Сценарий создаваемой поправки.Methods in dev.vality.damsel.payment_processing with parameters of type InvoiceAdjustmentParams Modifier and Type Method Description intInvoiceAdjustmentParams. compareTo(InvoiceAdjustmentParams other)voidInvoicingSrv.AsyncClient. createInvoiceAdjustment(String id, InvoiceAdjustmentParams params, org.apache.thrift.async.AsyncMethodCallback<InvoiceAdjustment> resultHandler)voidInvoicingSrv.AsyncIface. createInvoiceAdjustment(String id, InvoiceAdjustmentParams params, org.apache.thrift.async.AsyncMethodCallback<InvoiceAdjustment> resultHandler)InvoiceAdjustmentInvoicingSrv.Client. createInvoiceAdjustment(String id, InvoiceAdjustmentParams params)InvoiceAdjustmentInvoicingSrv.Iface. createInvoiceAdjustment(String id, InvoiceAdjustmentParams params)booleanInvoiceAdjustmentParams. equals(InvoiceAdjustmentParams that)voidInvoicingSrv.Client. sendCreateInvoiceAdjustment(String id, InvoiceAdjustmentParams params)InvoicingSrv.CreateInvoiceAdjustment_argsInvoicingSrv.CreateInvoiceAdjustment_args. setParams(InvoiceAdjustmentParams params)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoiceAdjustmentParams Constructor Description CreateInvoiceAdjustment_args(String id, InvoiceAdjustmentParams params)CreateInvoiceAdjustment_call(String id, InvoiceAdjustmentParams params, org.apache.thrift.async.AsyncMethodCallback<InvoiceAdjustment> resultHandler, org.apache.thrift.async.TAsyncClient client, org.apache.thrift.protocol.TProtocolFactory protocolFactory, org.apache.thrift.transport.TNonblockingTransport transport)InvoiceAdjustmentParams(InvoiceAdjustmentParams other)Performs a deep copy on other.