Uses of Class
dev.vality.damsel.domain.InvoicePaymentFlow
Packages that use InvoicePaymentFlow
-
Uses of InvoicePaymentFlow in dev.vality.damsel.domain
Fields in dev.vality.damsel.domain declared as InvoicePaymentFlowMethods in dev.vality.damsel.domain that return InvoicePaymentFlowModifier and TypeMethodDescriptionInvoicePaymentFlow.deepCopy()InvoicePayment.getFlow()static InvoicePaymentFlowInvoicePaymentFlow.hold(InvoicePaymentFlowHold value) static InvoicePaymentFlowInvoicePaymentFlow.instant(InvoicePaymentFlowInstant value) Methods in dev.vality.damsel.domain with parameters of type InvoicePaymentFlowModifier and TypeMethodDescriptionintInvoicePaymentFlow.compareTo(InvoicePaymentFlow other) booleanInvoicePaymentFlow.equals(InvoicePaymentFlow other) InvoicePayment.setFlow(InvoicePaymentFlow flow) Constructors in dev.vality.damsel.domain with parameters of type InvoicePaymentFlowModifierConstructorDescriptionInvoicePayment(String id, String created_at, InvoicePaymentStatus status, Cash cost, long domain_revision, InvoicePaymentFlow flow, Payer payer)