Uses of Class
dev.vality.damsel.domain.InvoicePaymentAdjustmentCaptured
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of InvoicePaymentAdjustmentCaptured in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoicePaymentAdjustmentCaptured Modifier and Type Method Description InvoicePaymentAdjustmentCapturedInvoicePaymentAdjustmentCaptured. deepCopy()InvoicePaymentAdjustmentCapturedInvoicePaymentAdjustmentStatus. getCaptured()InvoicePaymentAdjustmentCapturedInvoicePaymentAdjustmentCaptured. setAt(String at)Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentAdjustmentCaptured Modifier and Type Method Description static InvoicePaymentAdjustmentStatusInvoicePaymentAdjustmentStatus. captured(InvoicePaymentAdjustmentCaptured value)intInvoicePaymentAdjustmentCaptured. compareTo(InvoicePaymentAdjustmentCaptured other)booleanInvoicePaymentAdjustmentCaptured. equals(InvoicePaymentAdjustmentCaptured that)voidInvoicePaymentAdjustmentStatus. setCaptured(InvoicePaymentAdjustmentCaptured value)Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentAdjustmentCaptured Constructor Description InvoicePaymentAdjustmentCaptured(InvoicePaymentAdjustmentCaptured other)Performs a deep copy on other.