Uses of Class
dev.vality.damsel.domain.InvoiceAdjustmentCaptured
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of InvoiceAdjustmentCaptured in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoiceAdjustmentCaptured Modifier and Type Method Description InvoiceAdjustmentCapturedInvoiceAdjustmentCaptured. deepCopy()InvoiceAdjustmentCapturedInvoiceAdjustmentStatus. getCaptured()InvoiceAdjustmentCapturedInvoiceAdjustmentCaptured. setAt(String at)Methods in dev.vality.damsel.domain with parameters of type InvoiceAdjustmentCaptured Modifier and Type Method Description static InvoiceAdjustmentStatusInvoiceAdjustmentStatus. captured(InvoiceAdjustmentCaptured value)intInvoiceAdjustmentCaptured. compareTo(InvoiceAdjustmentCaptured other)booleanInvoiceAdjustmentCaptured. equals(InvoiceAdjustmentCaptured that)voidInvoiceAdjustmentStatus. setCaptured(InvoiceAdjustmentCaptured value)Constructors in dev.vality.damsel.domain with parameters of type InvoiceAdjustmentCaptured Constructor Description InvoiceAdjustmentCaptured(InvoiceAdjustmentCaptured other)Performs a deep copy on other.