Interface ProductSetPriceModeAction

All Superinterfaces:
ProductUpdateAction, ResourceUpdateAction<ProductUpdateAction>

public interface ProductSetPriceModeAction extends ProductUpdateAction

Controls whether the Prices of a Product Variant are embedded into the Product or standalone.


Example to create an instance using the builder pattern

     ProductSetPriceModeAction productSetPriceModeAction = ProductSetPriceModeAction.builder()
             .build()
 
  • Field Details

    • SET_PRICE_MODE

      static final String SET_PRICE_MODE
      discriminator value for ProductSetPriceModeAction
      See Also:
  • Method Details