Interface StandalonePriceSetCustomTypeAction

All Superinterfaces:
ResourceUpdateAction<StandalonePriceUpdateAction>, StandalonePriceUpdateAction

public interface StandalonePriceSetCustomTypeAction extends StandalonePriceUpdateAction
StandalonePriceSetCustomTypeAction
Example to create an instance using the builder pattern

     StandalonePriceSetCustomTypeAction standalonePriceSetCustomTypeAction = StandalonePriceSetCustomTypeAction.builder()
             .build()
 
  • Field Details

    • SET_CUSTOM_TYPE

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