Uses of Class
dev.vality.damsel.payment_processing.InvoiceCreated
Packages that use InvoiceCreated
-
Uses of InvoiceCreated in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoiceCreatedModifier and TypeMethodDescriptionInvoiceCreated.deepCopy()InvoiceChange.getInvoiceCreated()InvoiceCreated.setInvoice(Invoice invoice) Данные созданного инвойса.Methods in dev.vality.damsel.payment_processing with parameters of type InvoiceCreatedModifier and TypeMethodDescriptionintInvoiceCreated.compareTo(InvoiceCreated other) booleanInvoiceCreated.equals(InvoiceCreated that) static InvoiceChangeInvoiceChange.invoice_created(InvoiceCreated value) voidInvoiceChange.setInvoiceCreated(InvoiceCreated value) Constructors in dev.vality.damsel.payment_processing with parameters of type InvoiceCreatedModifierConstructorDescriptionInvoiceCreated(InvoiceCreated other) Performs a deep copy on other.