Class MissingTaxRateForCountryErrorBuilder

java.lang.Object
com.commercetools.api.models.error.MissingTaxRateForCountryErrorBuilder
All Implemented Interfaces:
io.vrap.rmf.base.client.Builder<MissingTaxRateForCountryError>

public class MissingTaxRateForCountryErrorBuilder extends Object implements io.vrap.rmf.base.client.Builder<MissingTaxRateForCountryError>
MissingTaxRateForCountryErrorBuilder
Example to create an instance using the builder pattern

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