Uses of Class
dev.vality.damsel.merch_stat.InvoicePaymentFlow
Packages that use InvoicePaymentFlow
-
Uses of InvoicePaymentFlow in dev.vality.damsel.merch_stat
Fields in dev.vality.damsel.merch_stat declared as InvoicePaymentFlowMethods in dev.vality.damsel.merch_stat that return InvoicePaymentFlowModifier and TypeMethodDescriptionInvoicePaymentFlow.deepCopy()StatPayment.getFlow()static InvoicePaymentFlowInvoicePaymentFlow.hold(InvoicePaymentFlowHold value) static InvoicePaymentFlowInvoicePaymentFlow.instant(InvoicePaymentFlowInstant value) Methods in dev.vality.damsel.merch_stat with parameters of type InvoicePaymentFlowModifier and TypeMethodDescriptionintInvoicePaymentFlow.compareTo(InvoicePaymentFlow other) booleanInvoicePaymentFlow.equals(InvoicePaymentFlow other) StatPayment.setFlow(InvoicePaymentFlow flow) Constructors in dev.vality.damsel.merch_stat with parameters of type InvoicePaymentFlowModifierConstructorDescriptionStatPayment(String id, String invoice_id, String owner_id, String shop_id, String created_at, InvoicePaymentStatus status, long amount, long fee, String currency_symbolic_code, Payer payer, InvoicePaymentFlow flow, long domain_revision)