Uses of Class
dev.vality.damsel.domain.InvoiceAdjustment
| Package | Description |
|---|---|
| dev.vality.damsel.domain | |
| dev.vality.damsel.payment_processing |
-
Uses of InvoiceAdjustment in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoiceAdjustment Modifier and Type Method Description InvoiceAdjustmentInvoiceAdjustment. deepCopy()InvoiceAdjustmentInvoiceAdjustment. setCreatedAt(String created_at)InvoiceAdjustmentInvoiceAdjustment. setDomainRevision(long domain_revision)InvoiceAdjustmentInvoiceAdjustment. setId(String id)InvoiceAdjustmentInvoiceAdjustment. setPartyRevision(long party_revision)InvoiceAdjustmentInvoiceAdjustment. setReason(String reason)InvoiceAdjustmentInvoiceAdjustment. setState(InvoiceAdjustmentState state)InvoiceAdjustmentInvoiceAdjustment. setStatus(InvoiceAdjustmentStatus status)Methods in dev.vality.damsel.domain with parameters of type InvoiceAdjustment Modifier and Type Method Description intInvoiceAdjustment. compareTo(InvoiceAdjustment other)booleanInvoiceAdjustment. equals(InvoiceAdjustment that)Constructors in dev.vality.damsel.domain with parameters of type InvoiceAdjustment Constructor Description InvoiceAdjustment(InvoiceAdjustment other)Performs a deep copy on other. -
Uses of InvoiceAdjustment in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoiceAdjustment Modifier and Type Field Description InvoiceAdjustmentInvoiceAdjustmentCreated. adjustmentInvoiceAdjustmentInvoicingSrv.CreateInvoiceAdjustment_result. successInvoiceAdjustmentInvoicingSrv.GetAdjustment_result. successFields in dev.vality.damsel.payment_processing with type parameters of type InvoiceAdjustment Modifier and Type Field Description List<InvoiceAdjustment>Invoice. adjustmentsMethods in dev.vality.damsel.payment_processing that return InvoiceAdjustment Modifier and Type Method Description InvoiceAdjustmentInvoicingSrv.Client. createInvoiceAdjustment(String id, InvoiceAdjustmentParams params)InvoiceAdjustmentInvoicingSrv.Iface. createInvoiceAdjustment(String id, InvoiceAdjustmentParams params)InvoiceAdjustmentInvoiceAdjustmentCreated. getAdjustment()InvoiceAdjustmentInvoicingSrv.Client. getAdjustment(String id, String adjustment_id)InvoiceAdjustmentInvoicingSrv.Iface. getAdjustment(String id, String adjustment_id)InvoiceAdjustmentInvoicingSrv.AsyncClient.CreateInvoiceAdjustment_call. getResult()InvoiceAdjustmentInvoicingSrv.AsyncClient.GetAdjustment_call. getResult()InvoiceAdjustmentInvoicingSrv.CreateInvoiceAdjustment_result. getSuccess()InvoiceAdjustmentInvoicingSrv.GetAdjustment_result. getSuccess()InvoiceAdjustmentInvoicingSrv.Client. recvCreateInvoiceAdjustment()InvoiceAdjustmentInvoicingSrv.Client. recvGetAdjustment()Methods in dev.vality.damsel.payment_processing that return types with arguments of type InvoiceAdjustment Modifier and Type Method Description List<InvoiceAdjustment>Invoice. getAdjustments()Iterator<InvoiceAdjustment>Invoice. getAdjustmentsIterator()org.apache.thrift.async.AsyncMethodCallback<InvoiceAdjustment>InvoicingSrv.AsyncProcessor.CreateInvoiceAdjustment. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)org.apache.thrift.async.AsyncMethodCallback<InvoiceAdjustment>InvoicingSrv.AsyncProcessor.GetAdjustment. getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid)Methods in dev.vality.damsel.payment_processing with parameters of type InvoiceAdjustment Modifier and Type Method Description voidInvoice. addToAdjustments(InvoiceAdjustment elem)InvoiceAdjustmentCreatedInvoiceAdjustmentCreated. setAdjustment(InvoiceAdjustment adjustment)InvoicingSrv.CreateInvoiceAdjustment_resultInvoicingSrv.CreateInvoiceAdjustment_result. setSuccess(InvoiceAdjustment success)InvoicingSrv.GetAdjustment_resultInvoicingSrv.GetAdjustment_result. setSuccess(InvoiceAdjustment success)Method parameters in dev.vality.damsel.payment_processing with type arguments of type InvoiceAdjustment Modifier and Type Method Description 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)voidInvoicingSrv.AsyncClient. getAdjustment(String id, String adjustment_id, org.apache.thrift.async.AsyncMethodCallback<InvoiceAdjustment> resultHandler)voidInvoicingSrv.AsyncIface. getAdjustment(String id, String adjustment_id, org.apache.thrift.async.AsyncMethodCallback<InvoiceAdjustment> resultHandler)InvoiceInvoice. setAdjustments(List<InvoiceAdjustment> adjustments)voidInvoicingSrv.AsyncProcessor.CreateInvoiceAdjustment. start(I iface, InvoicingSrv.CreateInvoiceAdjustment_args args, org.apache.thrift.async.AsyncMethodCallback<InvoiceAdjustment> resultHandler)voidInvoicingSrv.AsyncProcessor.GetAdjustment. start(I iface, InvoicingSrv.GetAdjustment_args args, org.apache.thrift.async.AsyncMethodCallback<InvoiceAdjustment> resultHandler)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoiceAdjustment Constructor Description CreateInvoiceAdjustment_result(InvoiceAdjustment success, InvoiceNotFound ex2, InvalidInvoiceStatus ex3, InvoiceAdjustmentPending ex4, InvoiceAdjustmentStatusUnacceptable ex5, InvoiceAlreadyHasStatus ex6, InvalidRequest ex7, InvoicePaymentPending ex8)GetAdjustment_result(InvoiceAdjustment success, InvoiceNotFound ex2, InvoiceAdjustmentNotFound ex3)InvoiceAdjustmentCreated(InvoiceAdjustment adjustment)Constructor parameters in dev.vality.damsel.payment_processing with type arguments of type InvoiceAdjustment Constructor Description 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)GetAdjustment_call(String id, String adjustment_id, 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)