Uses of Class
dev.vality.damsel.payment_processing.InvoiceRepairComplex
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoiceRepairComplex in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoiceRepairComplex Modifier and Type Method Description InvoiceRepairComplexInvoiceRepairComplex. deepCopy()InvoiceRepairComplexInvoiceRepairScenario. getComplex()InvoiceRepairComplexInvoiceRepairComplex. setScenarios(List<InvoiceRepairScenario> scenarios)Methods in dev.vality.damsel.payment_processing with parameters of type InvoiceRepairComplex Modifier and Type Method Description intInvoiceRepairComplex. compareTo(InvoiceRepairComplex other)static InvoiceRepairScenarioInvoiceRepairScenario. complex(InvoiceRepairComplex value)booleanInvoiceRepairComplex. equals(InvoiceRepairComplex that)voidInvoiceRepairScenario. setComplex(InvoiceRepairComplex value)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoiceRepairComplex Constructor Description InvoiceRepairComplex(InvoiceRepairComplex other)Performs a deep copy on other.