Uses of Class
dev.vality.damsel.payment_processing.InvoiceTemplateChange
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoiceTemplateChange in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoiceTemplateChange Modifier and Type Method Description InvoiceTemplateChangeInvoiceTemplateChange. deepCopy()static InvoiceTemplateChangeInvoiceTemplateChange. invoice_template_created(InvoiceTemplateCreated value)static InvoiceTemplateChangeInvoiceTemplateChange. invoice_template_deleted(InvoiceTemplateDeleted value)static InvoiceTemplateChangeInvoiceTemplateChange. invoice_template_updated(InvoiceTemplateUpdated value)Methods in dev.vality.damsel.payment_processing that return types with arguments of type InvoiceTemplateChange Modifier and Type Method Description List<InvoiceTemplateChange>EventPayload. getInvoiceTemplateChanges()Набор изменений, порождённых шаблоном инвойса.Methods in dev.vality.damsel.payment_processing with parameters of type InvoiceTemplateChange Modifier and Type Method Description intInvoiceTemplateChange. compareTo(InvoiceTemplateChange other)booleanInvoiceTemplateChange. equals(InvoiceTemplateChange other)Method parameters in dev.vality.damsel.payment_processing with type arguments of type InvoiceTemplateChange Modifier and Type Method Description static EventPayloadEventPayload. invoice_template_changes(List<InvoiceTemplateChange> value)voidEventPayload. setInvoiceTemplateChanges(List<InvoiceTemplateChange> value)Набор изменений, порождённых шаблоном инвойса.Constructors in dev.vality.damsel.payment_processing with parameters of type InvoiceTemplateChange Constructor Description InvoiceTemplateChange(InvoiceTemplateChange other)