Uses of Class
dev.vality.damsel.domain.InvoicePaymentAdjustment
Packages that use InvoicePaymentAdjustment
-
Uses of InvoicePaymentAdjustment in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoicePaymentAdjustmentModifier and TypeMethodDescriptionInvoicePaymentAdjustment.deepCopy()InvoicePaymentAdjustment.setCreatedAt(String created_at) InvoicePaymentAdjustment.setDomainRevision(long domain_revision) InvoicePaymentAdjustment.setNewCashFlow(List<FinalCashFlowPosting> new_cash_flow) InvoicePaymentAdjustment.setOldCashFlowInverse(List<FinalCashFlowPosting> old_cash_flow_inverse) InvoicePaymentAdjustment.setPartyRevision(long party_revision) InvoicePaymentAdjustment.setState(InvoicePaymentAdjustmentState state) InvoicePaymentAdjustment.setStatus(InvoicePaymentAdjustmentStatus status) Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentAdjustmentModifier and TypeMethodDescriptionintInvoicePaymentAdjustment.compareTo(InvoicePaymentAdjustment other) booleanInvoicePaymentAdjustment.equals(InvoicePaymentAdjustment that) Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentAdjustmentModifierConstructorDescriptionPerforms a deep copy on other. -
Uses of InvoicePaymentAdjustment in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoicePaymentAdjustmentModifier and TypeFieldDescriptionInvoicePaymentAdjustmentCreated.adjustmentInvoicingSrv.CreatePaymentAdjustment_result.successInvoicingSrv.GetPaymentAdjustment_result.successFields in dev.vality.damsel.payment_processing with type parameters of type InvoicePaymentAdjustmentMethods in dev.vality.damsel.payment_processing that return InvoicePaymentAdjustmentModifier and TypeMethodDescriptionInvoicingSrv.Client.createPaymentAdjustment(String id, String payment_id, InvoicePaymentAdjustmentParams params) InvoicingSrv.Iface.createPaymentAdjustment(String id, String payment_id, InvoicePaymentAdjustmentParams params) Создать поправку к платежу.InvoicePaymentAdjustmentCreated.getAdjustment()InvoicingSrv.Client.getPaymentAdjustment(String id, String payment_id, String adjustment_id) InvoicingSrv.Iface.getPaymentAdjustment(String id, String payment_id, String adjustment_id) InvoicingSrv.AsyncClient.CreatePaymentAdjustment_call.getResult()InvoicingSrv.AsyncClient.GetPaymentAdjustment_call.getResult()InvoicingSrv.CreatePaymentAdjustment_result.getSuccess()InvoicingSrv.GetPaymentAdjustment_result.getSuccess()InvoicingSrv.Client.recvCreatePaymentAdjustment()InvoicingSrv.Client.recvGetPaymentAdjustment()Methods in dev.vality.damsel.payment_processing that return types with arguments of type InvoicePaymentAdjustmentModifier and TypeMethodDescriptionInvoicePayment.getAdjustments()InvoicePayment.getAdjustmentsIterator()org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentAdjustment>InvoicingSrv.AsyncProcessor.CreatePaymentAdjustment.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentAdjustment>InvoicingSrv.AsyncProcessor.GetPaymentAdjustment.getResultHandler(org.apache.thrift.server.AbstractNonblockingServer.AsyncFrameBuffer fb, int seqid) Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentAdjustmentModifier and TypeMethodDescriptionvoidInvoicePayment.addToAdjustments(InvoicePaymentAdjustment elem) InvoicePaymentAdjustmentCreated.setAdjustment(InvoicePaymentAdjustment adjustment) InvoicingSrv.CreatePaymentAdjustment_result.setSuccess(InvoicePaymentAdjustment success) InvoicingSrv.GetPaymentAdjustment_result.setSuccess(InvoicePaymentAdjustment success) Method parameters in dev.vality.damsel.payment_processing with type arguments of type InvoicePaymentAdjustmentModifier and TypeMethodDescriptionvoidInvoicingSrv.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) voidInvoicingSrv.AsyncClient.getPaymentAdjustment(String id, String payment_id, String adjustment_id, org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentAdjustment> resultHandler) voidInvoicingSrv.AsyncIface.getPaymentAdjustment(String id, String payment_id, String adjustment_id, org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentAdjustment> resultHandler) InvoicePayment.setAdjustments(List<InvoicePaymentAdjustment> adjustments) voidInvoicingSrv.AsyncProcessor.CreatePaymentAdjustment.start(I iface, InvoicingSrv.CreatePaymentAdjustment_args args, org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentAdjustment> resultHandler) voidInvoicingSrv.AsyncProcessor.GetPaymentAdjustment.start(I iface, InvoicingSrv.GetPaymentAdjustment_args args, org.apache.thrift.async.AsyncMethodCallback<InvoicePaymentAdjustment> resultHandler) Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentAdjustmentModifierConstructorDescriptionCreatePaymentAdjustment_result(InvoicePaymentAdjustment success, InvoiceNotFound ex2, InvoicePaymentNotFound ex3, InvalidPaymentStatus ex4, InvoicePaymentAdjustmentPending ex5, InvalidPaymentTargetStatus ex6, InvoicePaymentAlreadyHasStatus ex7, InvalidRequest ex8) GetPaymentAdjustment_result(InvoicePaymentAdjustment success, InvoiceNotFound ex2, InvoicePaymentNotFound ex3, InvoicePaymentAdjustmentNotFound ex4) Constructor parameters in dev.vality.damsel.payment_processing with type arguments of type InvoicePaymentAdjustmentModifierConstructorDescriptionCreatePaymentAdjustment_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) GetPaymentAdjustment_call(String id, String payment_id, String adjustment_id, 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) InvoicePayment(InvoicePayment payment, List<InvoicePaymentAdjustment> adjustments, List<InvoicePaymentRefund> refunds, List<InvoicePaymentSession> sessions, List<InvoicePaymentRefund> legacy_refunds)