Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentRollbackStarted
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoicePaymentRollbackStarted in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoicePaymentRollbackStarted Modifier and Type Method Description InvoicePaymentRollbackStartedInvoicePaymentRollbackStarted. deepCopy()InvoicePaymentRollbackStartedInvoicePaymentChangePayload. getInvoicePaymentRollbackStarted()InvoicePaymentRollbackStartedInvoicePaymentRollbackStarted. setReason(OperationFailure reason)Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentRollbackStarted Modifier and Type Method Description intInvoicePaymentRollbackStarted. compareTo(InvoicePaymentRollbackStarted other)booleanInvoicePaymentRollbackStarted. equals(InvoicePaymentRollbackStarted that)static InvoicePaymentChangePayloadInvoicePaymentChangePayload. invoice_payment_rollback_started(InvoicePaymentRollbackStarted value)voidInvoicePaymentChangePayload. setInvoicePaymentRollbackStarted(InvoicePaymentRollbackStarted value)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentRollbackStarted Constructor Description InvoicePaymentRollbackStarted(InvoicePaymentRollbackStarted other)Performs a deep copy on other.