Uses of Class
dev.vality.damsel.domain.InvoicePaymentFlow
| Package | Description |
|---|---|
| dev.vality.damsel.domain |
-
Uses of InvoicePaymentFlow in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as InvoicePaymentFlow Modifier and Type Field Description InvoicePaymentFlowInvoicePayment. flowMethods in dev.vality.damsel.domain that return InvoicePaymentFlow Modifier and Type Method Description InvoicePaymentFlowInvoicePaymentFlow. deepCopy()InvoicePaymentFlowInvoicePayment. getFlow()static InvoicePaymentFlowInvoicePaymentFlow. hold(InvoicePaymentFlowHold value)static InvoicePaymentFlowInvoicePaymentFlow. instant(InvoicePaymentFlowInstant value)Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentFlow Modifier and Type Method Description intInvoicePaymentFlow. compareTo(InvoicePaymentFlow other)booleanInvoicePaymentFlow. equals(InvoicePaymentFlow other)InvoicePaymentInvoicePayment. setFlow(InvoicePaymentFlow flow)Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentFlow Constructor Description InvoicePayment(String id, String created_at, InvoicePaymentStatus status, Cash cost, long domain_revision, InvoicePaymentFlow flow, Payer payer)InvoicePaymentFlow(InvoicePaymentFlow other)