Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentParamsFlow
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoicePaymentParamsFlow in dev.vality.damsel.payment_processing
Fields in dev.vality.damsel.payment_processing declared as InvoicePaymentParamsFlow Modifier and Type Field Description InvoicePaymentParamsFlowInvoicePaymentParams. flowMethods in dev.vality.damsel.payment_processing that return InvoicePaymentParamsFlow Modifier and Type Method Description InvoicePaymentParamsFlowInvoicePaymentParamsFlow. deepCopy()InvoicePaymentParamsFlowInvoicePaymentParams. getFlow()static InvoicePaymentParamsFlowInvoicePaymentParamsFlow. hold(InvoicePaymentParamsFlowHold value)static InvoicePaymentParamsFlowInvoicePaymentParamsFlow. instant(InvoicePaymentParamsFlowInstant value)Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentParamsFlow Modifier and Type Method Description intInvoicePaymentParamsFlow. compareTo(InvoicePaymentParamsFlow other)booleanInvoicePaymentParamsFlow. equals(InvoicePaymentParamsFlow other)InvoicePaymentParamsInvoicePaymentParams. setFlow(InvoicePaymentParamsFlow flow)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentParamsFlow Constructor Description InvoicePaymentParams(PayerParams payer, InvoicePaymentParamsFlow flow)InvoicePaymentParamsFlow(InvoicePaymentParamsFlow other)