Uses of Class
dev.vality.damsel.domain.InvoicePaymentFlowInstant
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of InvoicePaymentFlowInstant in dev.vality.damsel.domain
Methods in dev.vality.damsel.domain that return InvoicePaymentFlowInstant Modifier and Type Method Description InvoicePaymentFlowInstantInvoicePaymentFlowInstant. deepCopy()InvoicePaymentFlowInstantInvoicePaymentFlow. getInstant()Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentFlowInstant Modifier and Type Method Description intInvoicePaymentFlowInstant. compareTo(InvoicePaymentFlowInstant other)booleanInvoicePaymentFlowInstant. equals(InvoicePaymentFlowInstant that)static InvoicePaymentFlowInvoicePaymentFlow. instant(InvoicePaymentFlowInstant value)voidInvoicePaymentFlow. setInstant(InvoicePaymentFlowInstant value)Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentFlowInstant Constructor Description InvoicePaymentFlowInstant(InvoicePaymentFlowInstant other)Performs a deep copy on other.