Uses of Class
dev.vality.damsel.payment_processing.CustomerUnready
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of CustomerUnready in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return CustomerUnready Modifier and Type Method Description CustomerUnreadyCustomerUnready. deepCopy()CustomerUnreadyCustomerStatus. getUnready()Methods in dev.vality.damsel.payment_processing with parameters of type CustomerUnready Modifier and Type Method Description intCustomerUnready. compareTo(CustomerUnready other)booleanCustomerUnready. equals(CustomerUnready that)voidCustomerStatus. setUnready(CustomerUnready value)static CustomerStatusCustomerStatus. unready(CustomerUnready value)Constructors in dev.vality.damsel.payment_processing with parameters of type CustomerUnready Constructor Description CustomerUnready(CustomerUnready other)Performs a deep copy on other.