Interface MyCustomerSetCompanyNameAction

All Superinterfaces:
MyCustomerUpdateAction, ResourceUpdateAction<MyCustomerUpdateAction>

public interface MyCustomerSetCompanyNameAction extends MyCustomerUpdateAction

Setting the companyName field on the Customer produces the CustomerCompanyNameSet Message.


Example to create an instance using the builder pattern

     MyCustomerSetCompanyNameAction myCustomerSetCompanyNameAction = MyCustomerSetCompanyNameAction.builder()
             .build()