Class ShippingMethodDoesNotMatchCartErrorBuilder

java.lang.Object
com.commercetools.api.models.error.ShippingMethodDoesNotMatchCartErrorBuilder
All Implemented Interfaces:
Builder<ShippingMethodDoesNotMatchCartError>

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

     ShippingMethodDoesNotMatchCartError shippingMethodDoesNotMatchCartError = ShippingMethodDoesNotMatchCartError.builder()
             .message("{message}")
             .build()