Class GraphQLNoMatchingProductDiscountFoundErrorBuilder

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

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

     GraphQLNoMatchingProductDiscountFoundError graphQLNoMatchingProductDiscountFoundError = GraphQLNoMatchingProductDiscountFoundError.builder()
             .build()