Uses of Class
dev.vality.damsel.merch_stat.InvoicePaymentFlow
| Package | Description |
|---|---|
| dev.vality.damsel.merch_stat |
-
Uses of InvoicePaymentFlow in dev.vality.damsel.merch_stat
Fields in dev.vality.damsel.merch_stat declared as InvoicePaymentFlow Modifier and Type Field Description InvoicePaymentFlowStatPayment. flowMethods in dev.vality.damsel.merch_stat that return InvoicePaymentFlow Modifier and Type Method Description InvoicePaymentFlowInvoicePaymentFlow. deepCopy()InvoicePaymentFlowStatPayment. getFlow()static InvoicePaymentFlowInvoicePaymentFlow. hold(InvoicePaymentFlowHold value)static InvoicePaymentFlowInvoicePaymentFlow. instant(InvoicePaymentFlowInstant value)Methods in dev.vality.damsel.merch_stat with parameters of type InvoicePaymentFlow Modifier and Type Method Description intInvoicePaymentFlow. compareTo(InvoicePaymentFlow other)booleanInvoicePaymentFlow. equals(InvoicePaymentFlow other)StatPaymentStatPayment. setFlow(InvoicePaymentFlow flow)Constructors in dev.vality.damsel.merch_stat with parameters of type InvoicePaymentFlow Constructor Description InvoicePaymentFlow(InvoicePaymentFlow other)StatPayment(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)