Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentParamsFlowInstant
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoicePaymentParamsFlowInstant in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoicePaymentParamsFlowInstant Modifier and Type Method Description InvoicePaymentParamsFlowInstantInvoicePaymentParamsFlowInstant. deepCopy()InvoicePaymentParamsFlowInstantInvoicePaymentParamsFlow. getInstant()Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentParamsFlowInstant Modifier and Type Method Description intInvoicePaymentParamsFlowInstant. compareTo(InvoicePaymentParamsFlowInstant other)booleanInvoicePaymentParamsFlowInstant. equals(InvoicePaymentParamsFlowInstant that)static InvoicePaymentParamsFlowInvoicePaymentParamsFlow. instant(InvoicePaymentParamsFlowInstant value)voidInvoicePaymentParamsFlow. setInstant(InvoicePaymentParamsFlowInstant value)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentParamsFlowInstant Constructor Description InvoicePaymentParamsFlowInstant(InvoicePaymentParamsFlowInstant other)Performs a deep copy on other.