Interface CustomerSetCompanyNameAction

All Superinterfaces:
CustomerUpdateAction, ResourceUpdateAction<CustomerUpdateAction>

public interface CustomerSetCompanyNameAction extends CustomerUpdateAction

Setting a company name produces the CustomerCompanyNameSet Message.


Example to create an instance using the builder pattern

     CustomerSetCompanyNameAction customerSetCompanyNameAction = CustomerSetCompanyNameAction.builder()
             .build()