Uses of Class
dev.vality.damsel.webhooker.InvoicePaid
| Package | Description |
|---|---|
| dev.vality.damsel.webhooker |
-
Uses of InvoicePaid in dev.vality.damsel.webhooker
Methods in dev.vality.damsel.webhooker that return InvoicePaid Modifier and Type Method Description InvoicePaidInvoicePaid. deepCopy()InvoicePaidInvoiceStatus. getPaid()Methods in dev.vality.damsel.webhooker with parameters of type InvoicePaid Modifier and Type Method Description intInvoicePaid. compareTo(InvoicePaid other)booleanInvoicePaid. equals(InvoicePaid that)static InvoiceStatusInvoiceStatus. paid(InvoicePaid value)voidInvoiceStatus. setPaid(InvoicePaid value)Constructors in dev.vality.damsel.webhooker with parameters of type InvoicePaid Constructor Description InvoicePaid(InvoicePaid other)Performs a deep copy on other.