Uses of Class
dev.vality.damsel.payment_processing.CustomerBindingChanged
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of CustomerBindingChanged in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return CustomerBindingChanged Modifier and Type Method Description CustomerBindingChangedCustomerBindingChanged. deepCopy()CustomerBindingChangedCustomerChange. getCustomerBindingChanged()CustomerBindingChangedCustomerBindingChanged. setId(String id)CustomerBindingChangedCustomerBindingChanged. setPayload(CustomerBindingChangePayload payload)Methods in dev.vality.damsel.payment_processing with parameters of type CustomerBindingChanged Modifier and Type Method Description intCustomerBindingChanged. compareTo(CustomerBindingChanged other)static CustomerChangeCustomerChange. customer_binding_changed(CustomerBindingChanged value)booleanCustomerBindingChanged. equals(CustomerBindingChanged that)voidCustomerChange. setCustomerBindingChanged(CustomerBindingChanged value)Constructors in dev.vality.damsel.payment_processing with parameters of type CustomerBindingChanged Constructor Description CustomerBindingChanged(CustomerBindingChanged other)Performs a deep copy on other.