Interface ProductSelectionSetCustomTypeAction

All Superinterfaces:
ProductSelectionUpdateAction, ResourceUpdateAction<ProductSelectionUpdateAction>

public interface ProductSelectionSetCustomTypeAction extends ProductSelectionUpdateAction
ProductSelectionSetCustomTypeAction
Example to create an instance using the builder pattern

     ProductSelectionSetCustomTypeAction productSelectionSetCustomTypeAction = ProductSelectionSetCustomTypeAction.builder()
             .build()
 
  • Field Details

    • SET_CUSTOM_TYPE

      static final String SET_CUSTOM_TYPE
      discriminator value for ProductSelectionSetCustomTypeAction
      See Also:
  • Method Details