Uses of Class
dev.vality.damsel.payment_processing.CustomerChange
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of CustomerChange in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return CustomerChange Modifier and Type Method Description static CustomerChangeCustomerChange. customer_binding_changed(CustomerBindingChanged value)static CustomerChangeCustomerChange. customer_created(CustomerCreated value)static CustomerChangeCustomerChange. customer_deleted(CustomerDeleted value)static CustomerChangeCustomerChange. customer_status_changed(CustomerStatusChanged value)CustomerChangeCustomerChange. deepCopy()Methods in dev.vality.damsel.payment_processing that return types with arguments of type CustomerChange Modifier and Type Method Description List<CustomerChange>EventPayload. getCustomerChanges()Некоторое событие, порождённое плательщиком.Methods in dev.vality.damsel.payment_processing with parameters of type CustomerChange Modifier and Type Method Description intCustomerChange. compareTo(CustomerChange other)booleanCustomerChange. equals(CustomerChange other)Method parameters in dev.vality.damsel.payment_processing with type arguments of type CustomerChange Modifier and Type Method Description static EventPayloadEventPayload. customer_changes(List<CustomerChange> value)voidEventPayload. setCustomerChanges(List<CustomerChange> value)Некоторое событие, порождённое плательщиком.Constructors in dev.vality.damsel.payment_processing with parameters of type CustomerChange Constructor Description CustomerChange(CustomerChange other)