Uses of Class
dev.vality.damsel.webhooker.InvoicePaymentRefundChange
| Package | Description |
|---|---|
| dev.vality.damsel.webhooker |
-
Uses of InvoicePaymentRefundChange in dev.vality.damsel.webhooker
Methods in dev.vality.damsel.webhooker that return InvoicePaymentRefundChange Modifier and Type Method Description InvoicePaymentRefundChangeInvoicePaymentRefundChange. deepCopy()InvoicePaymentRefundChangeInvoicePaymentEventType. getInvoicePaymentRefundChange()static InvoicePaymentRefundChangeInvoicePaymentRefundChange. invoice_payment_refund_created(InvoicePaymentRefundCreated value)static InvoicePaymentRefundChangeInvoicePaymentRefundChange. invoice_payment_refund_status_changed(InvoicePaymentRefundStatusChanged value)Methods in dev.vality.damsel.webhooker with parameters of type InvoicePaymentRefundChange Modifier and Type Method Description intInvoicePaymentRefundChange. compareTo(InvoicePaymentRefundChange other)booleanInvoicePaymentRefundChange. equals(InvoicePaymentRefundChange other)static InvoicePaymentEventTypeInvoicePaymentEventType. invoice_payment_refund_change(InvoicePaymentRefundChange value)voidInvoicePaymentEventType. setInvoicePaymentRefundChange(InvoicePaymentRefundChange value)Constructors in dev.vality.damsel.webhooker with parameters of type InvoicePaymentRefundChange Constructor Description InvoicePaymentRefundChange(InvoicePaymentRefundChange other)