Uses of Class
dev.vality.damsel.webhooker.InvoicePaymentCaptured
| Package | Description |
|---|---|
| dev.vality.damsel.webhooker |
-
Uses of InvoicePaymentCaptured in dev.vality.damsel.webhooker
Methods in dev.vality.damsel.webhooker that return InvoicePaymentCaptured Modifier and Type Method Description InvoicePaymentCapturedInvoicePaymentCaptured. deepCopy()InvoicePaymentCapturedInvoicePaymentStatus. getCaptured()Methods in dev.vality.damsel.webhooker with parameters of type InvoicePaymentCaptured Modifier and Type Method Description static InvoicePaymentStatusInvoicePaymentStatus. captured(InvoicePaymentCaptured value)intInvoicePaymentCaptured. compareTo(InvoicePaymentCaptured other)booleanInvoicePaymentCaptured. equals(InvoicePaymentCaptured that)voidInvoicePaymentStatus. setCaptured(InvoicePaymentCaptured value)Constructors in dev.vality.damsel.webhooker with parameters of type InvoicePaymentCaptured Constructor Description InvoicePaymentCaptured(InvoicePaymentCaptured other)Performs a deep copy on other.