Class ProductPriceModeSetMessagePayloadBuilder

java.lang.Object
com.commercetools.api.models.message.ProductPriceModeSetMessagePayloadBuilder
All Implemented Interfaces:
Builder<ProductPriceModeSetMessagePayload>

public class ProductPriceModeSetMessagePayloadBuilder extends Object implements Builder<ProductPriceModeSetMessagePayload>
ProductPriceModeSetMessagePayloadBuilder
Example to create an instance using the builder pattern

     ProductPriceModeSetMessagePayload productPriceModeSetMessagePayload = ProductPriceModeSetMessagePayload.builder()
             .to(ProductPriceModeEnum.EMBEDDED)
             .build()