Uses of Class
dev.vality.damsel.payment_processing.InvoiceChange
Packages that use InvoiceChange
-
Uses of InvoiceChange in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing with type parameters of type InvoiceChangeMethods in dev.vality.damsel.payment_processing that return InvoiceChangeModifier and TypeMethodDescriptionInvoiceChange.deepCopy()static InvoiceChangeInvoiceChange.invoice_created(InvoiceCreated value) static InvoiceChangeInvoiceChange.invoice_payment_change(InvoicePaymentChange value) static InvoiceChangeInvoiceChange.invoice_status_changed(InvoiceStatusChanged value) Methods in dev.vality.damsel.payment_processing that return types with arguments of type InvoiceChangeModifier and TypeMethodDescriptionInvoicingSrv.Repair_args.getChanges()InvoicingSrv.Repair_args.getChangesIterator()EventPayload.getInvoiceChanges()Набор изменений, порождённых инвойсом.Methods in dev.vality.damsel.payment_processing with parameters of type InvoiceChangeModifier and TypeMethodDescriptionvoidInvoicingSrv.Repair_args.addToChanges(InvoiceChange elem) intInvoiceChange.compareTo(InvoiceChange other) booleanInvoiceChange.equals(InvoiceChange other) Method parameters in dev.vality.damsel.payment_processing with type arguments of type InvoiceChangeModifier and TypeMethodDescriptionstatic EventPayloadEventPayload.invoice_changes(List<InvoiceChange> value) voidInvoicingSrv.AsyncClient.repair(String id, List<InvoiceChange> changes, ComplexAction action, InvoiceRepairParams params, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidInvoicingSrv.AsyncIface.repair(String id, List<InvoiceChange> changes, ComplexAction action, InvoiceRepairParams params, org.apache.thrift.async.AsyncMethodCallback<Void> resultHandler) voidInvoicingSrv.Client.repair(String id, List<InvoiceChange> changes, ComplexAction action, InvoiceRepairParams params) voidInvoicingSrv.Iface.repair(String id, List<InvoiceChange> changes, ComplexAction action, InvoiceRepairParams params) voidInvoicingSrv.Client.sendRepair(String id, List<InvoiceChange> changes, ComplexAction action, InvoiceRepairParams params) InvoicingSrv.Repair_args.setChanges(List<InvoiceChange> changes) voidEventPayload.setInvoiceChanges(List<InvoiceChange> value) Набор изменений, порождённых инвойсом.Constructors in dev.vality.damsel.payment_processing with parameters of type InvoiceChangeConstructor parameters in dev.vality.damsel.payment_processing with type arguments of type InvoiceChangeModifierConstructorDescriptionRepair_args(String id, List<InvoiceChange> changes, ComplexAction action, InvoiceRepairParams params) Repair_call(String id, List<InvoiceChange> changes, ComplexAction action, InvoiceRepairParams 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)