Interface ProductTypeChangeDescriptionAction

All Superinterfaces:
ProductTypeUpdateAction, ResourceUpdateAction<ProductTypeUpdateAction>
All Known Implementing Classes:
ProductTypeChangeDescriptionActionImpl

ProductTypeChangeDescriptionAction
Example to create an instance using the builder pattern

     ProductTypeChangeDescriptionAction productTypeChangeDescriptionAction = ProductTypeChangeDescriptionAction.builder()
             .description("{description}")
             .build()