Interface ProductTypeSetInputTipAction

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

ProductTypeSetInputTipAction
Example to create an instance using the builder pattern

     ProductTypeSetInputTipAction productTypeSetInputTipAction = ProductTypeSetInputTipAction.builder()
             .attributeName("{attributeName}")
             .build()