Uses of Class
dev.vality.damsel.payment_processing.CustomerReady
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of CustomerReady in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return CustomerReady Modifier and Type Method Description CustomerReadyCustomerReady. deepCopy()CustomerReadyCustomerStatus. getReady()Methods in dev.vality.damsel.payment_processing with parameters of type CustomerReady Modifier and Type Method Description intCustomerReady. compareTo(CustomerReady other)booleanCustomerReady. equals(CustomerReady that)static CustomerStatusCustomerStatus. ready(CustomerReady value)voidCustomerStatus. setReady(CustomerReady value)Constructors in dev.vality.damsel.payment_processing with parameters of type CustomerReady Constructor Description CustomerReady(CustomerReady other)Performs a deep copy on other.