Interface CustomerSetCompanyNameAction

All Superinterfaces:
CustomerUpdateAction, ResourceUpdateAction<CustomerUpdateAction>
All Known Implementing Classes:
CustomerSetCompanyNameActionImpl

Setting a company name produces the CustomerCompanyNameSet Message.


Example to create an instance using the builder pattern

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