Uses of Class
dev.vality.damsel.webhooker.InvoicePaymentEventType
| Package | Description |
|---|---|
| dev.vality.damsel.webhooker |
-
Uses of InvoicePaymentEventType in dev.vality.damsel.webhooker
Methods in dev.vality.damsel.webhooker that return InvoicePaymentEventType Modifier and Type Method Description static InvoicePaymentEventTypeInvoicePaymentEventType. created(InvoicePaymentCreated value)InvoicePaymentEventTypeInvoicePaymentEventType. deepCopy()InvoicePaymentEventTypeInvoiceEventType. getPayment()static InvoicePaymentEventTypeInvoicePaymentEventType. invoice_payment_refund_change(InvoicePaymentRefundChange value)static InvoicePaymentEventTypeInvoicePaymentEventType. status_changed(InvoicePaymentStatusChanged value)Methods in dev.vality.damsel.webhooker with parameters of type InvoicePaymentEventType Modifier and Type Method Description intInvoicePaymentEventType. compareTo(InvoicePaymentEventType other)booleanInvoicePaymentEventType. equals(InvoicePaymentEventType other)static InvoiceEventTypeInvoiceEventType. payment(InvoicePaymentEventType value)voidInvoiceEventType. setPayment(InvoicePaymentEventType value)Constructors in dev.vality.damsel.webhooker with parameters of type InvoicePaymentEventType Constructor Description InvoicePaymentEventType(InvoicePaymentEventType other)