Class GraphQLMissingTaxRateForCountryErrorBuilder

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

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

     GraphQLMissingTaxRateForCountryError graphQLMissingTaxRateForCountryError = GraphQLMissingTaxRateForCountryError.builder()
             .taxCategoryId("{taxCategoryId}")
             .build()