Uses of Class
dev.vality.damsel.webhooker.InvoiceFulfilled
| Package | Description |
|---|---|
| dev.vality.damsel.webhooker |
-
Uses of InvoiceFulfilled in dev.vality.damsel.webhooker
Methods in dev.vality.damsel.webhooker that return InvoiceFulfilled Modifier and Type Method Description InvoiceFulfilledInvoiceFulfilled. deepCopy()InvoiceFulfilledInvoiceStatus. getFulfilled()Methods in dev.vality.damsel.webhooker with parameters of type InvoiceFulfilled Modifier and Type Method Description intInvoiceFulfilled. compareTo(InvoiceFulfilled other)booleanInvoiceFulfilled. equals(InvoiceFulfilled that)static InvoiceStatusInvoiceStatus. fulfilled(InvoiceFulfilled value)voidInvoiceStatus. setFulfilled(InvoiceFulfilled value)Constructors in dev.vality.damsel.webhooker with parameters of type InvoiceFulfilled Constructor Description InvoiceFulfilled(InvoiceFulfilled other)Performs a deep copy on other.