Uses of Class
dev.vality.damsel.payment_processing.CustomerBindingStatusChanged
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of CustomerBindingStatusChanged in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return CustomerBindingStatusChanged Modifier and Type Method Description CustomerBindingStatusChangedCustomerBindingStatusChanged. deepCopy()CustomerBindingStatusChangedCustomerBindingChangePayload. getStatusChanged()CustomerBindingStatusChangedCustomerBindingStatusChanged. setStatus(CustomerBindingStatus status)Methods in dev.vality.damsel.payment_processing with parameters of type CustomerBindingStatusChanged Modifier and Type Method Description intCustomerBindingStatusChanged. compareTo(CustomerBindingStatusChanged other)booleanCustomerBindingStatusChanged. equals(CustomerBindingStatusChanged that)voidCustomerBindingChangePayload. setStatusChanged(CustomerBindingStatusChanged value)static CustomerBindingChangePayloadCustomerBindingChangePayload. status_changed(CustomerBindingStatusChanged value)Constructors in dev.vality.damsel.payment_processing with parameters of type CustomerBindingStatusChanged Constructor Description CustomerBindingStatusChanged(CustomerBindingStatusChanged other)Performs a deep copy on other.