Class MissingTaxRateForCountryErrorBuilder

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

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

     MissingTaxRateForCountryError missingTaxRateForCountryError = MissingTaxRateForCountryError.builder()
             .message("{message}")
             .taxCategoryId("{taxCategoryId}")
             .build()
 
  • Constructor Details

    • MissingTaxRateForCountryErrorBuilder

      public MissingTaxRateForCountryErrorBuilder()
  • Method Details