Class GraphQLShippingMethodDoesNotMatchCartErrorBuilder

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

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

     GraphQLShippingMethodDoesNotMatchCartError graphQLShippingMethodDoesNotMatchCartError = GraphQLShippingMethodDoesNotMatchCartError.builder()
             .build()