Interface MyCustomerSetCompanyNameAction

All Superinterfaces:
MyCustomerUpdateAction, ResourceUpdateAction<MyCustomerUpdateAction>
All Known Implementing Classes:
MyCustomerSetCompanyNameActionImpl

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()