Uses of Class
dev.vality.damsel.payment_processing.CustomerCreated
| Package | Description |
|---|---|
| dev.vality.damsel.payment_processing |
-
Uses of CustomerCreated in dev.vality.damsel.payment_processing
Methods in dev.vality.damsel.payment_processing that return CustomerCreated Modifier and Type Method Description CustomerCreatedCustomerCreated. deepCopy()CustomerCreatedCustomerChange. getCustomerCreated()CustomerCreatedCustomerCreated. setContactInfo(ContactInfo contact_info)CustomerCreatedCustomerCreated. setCreatedAt(String created_at)CustomerCreatedCustomerCreated. setCustomerId(String customer_id)CustomerCreatedCustomerCreated. setMetadata(Value metadata)CustomerCreatedCustomerCreated. setOwnerId(String owner_id)CustomerCreatedCustomerCreated. setShopId(String shop_id)Methods in dev.vality.damsel.payment_processing with parameters of type CustomerCreated Modifier and Type Method Description intCustomerCreated. compareTo(CustomerCreated other)static CustomerChangeCustomerChange. customer_created(CustomerCreated value)booleanCustomerCreated. equals(CustomerCreated that)voidCustomerChange. setCustomerCreated(CustomerCreated value)Constructors in dev.vality.damsel.payment_processing with parameters of type CustomerCreated Constructor Description CustomerCreated(CustomerCreated other)Performs a deep copy on other.