Uses of Class
dev.vality.damsel.payment_processing.CustomerStatusChanged
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of CustomerStatusChanged in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return CustomerStatusChanged Modifier and Type Method Description CustomerStatusChangedCustomerStatusChanged. deepCopy()CustomerStatusChangedCustomerChange. getCustomerStatusChanged()CustomerStatusChangedCustomerStatusChanged. setStatus(CustomerStatus status)Methods in dev.vality.damsel.payment_processing with parameters of type CustomerStatusChanged Modifier and Type Method Description intCustomerStatusChanged. compareTo(CustomerStatusChanged other)static CustomerChangeCustomerChange. customer_status_changed(CustomerStatusChanged value)booleanCustomerStatusChanged. equals(CustomerStatusChanged that)voidCustomerChange. setCustomerStatusChanged(CustomerStatusChanged value)Constructors in dev.vality.damsel.payment_processing with parameters of type CustomerStatusChanged Constructor Description CustomerStatusChanged(CustomerStatusChanged other)Performs a deep copy on other.