Uses of Class
dev.vality.damsel.payment_processing.InvoicePaymentCaptureStarted
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of InvoicePaymentCaptureStarted in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return InvoicePaymentCaptureStarted Modifier and Type Method Description InvoicePaymentCaptureStartedInvoicePaymentCaptureStarted. deepCopy()InvoicePaymentCaptureStartedInvoicePaymentChangePayload. getInvoicePaymentCaptureStarted()InvoicePaymentCaptureStartedInvoicePaymentCaptureStarted. setData(InvoicePaymentCaptureData data)Methods in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentCaptureStarted Modifier and Type Method Description intInvoicePaymentCaptureStarted. compareTo(InvoicePaymentCaptureStarted other)booleanInvoicePaymentCaptureStarted. equals(InvoicePaymentCaptureStarted that)static InvoicePaymentChangePayloadInvoicePaymentChangePayload. invoice_payment_capture_started(InvoicePaymentCaptureStarted value)voidInvoicePaymentChangePayload. setInvoicePaymentCaptureStarted(InvoicePaymentCaptureStarted value)Constructors in dev.vality.damsel.payment_processing with parameters of type InvoicePaymentCaptureStarted Constructor Description InvoicePaymentCaptureStarted(InvoicePaymentCaptureStarted other)Performs a deep copy on other.