Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentParamsFlowHold
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoicePaymentParamsFlowHold in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoicePaymentParamsFlowHold Modifier and Type Method Description InvoicePaymentParamsFlowHoldInvoicePaymentParamsFlowHold. deepCopy()InvoicePaymentParamsFlowHoldInvoicePaymentParamsFlow. getHold()InvoicePaymentParamsFlowHoldInvoicePaymentParamsFlowHold. setOnHoldExpiration(OnHoldExpiration on_hold_expiration)Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentParamsFlowHold Modifier and Type Method Description intInvoicePaymentParamsFlowHold. compareTo(InvoicePaymentParamsFlowHold other)booleanInvoicePaymentParamsFlowHold. equals(InvoicePaymentParamsFlowHold that)static InvoicePaymentParamsFlowInvoicePaymentParamsFlow. hold(InvoicePaymentParamsFlowHold value)voidInvoicePaymentParamsFlow. setHold(InvoicePaymentParamsFlowHold value)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentParamsFlowHold Constructor Description InvoicePaymentParamsFlowHold(InvoicePaymentParamsFlowHold other)Performs a deep copy on other.