Class ByProjectKeyTaxCategoriesByIDGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyTaxCategoriesByIDGet>, ErrorableTrait<ByProjectKeyTaxCategoriesByIDGet>, ExpandableTrait<ByProjectKeyTaxCategoriesByIDGet>, ClientRequestCommand<TaxCategory>, CreateHttpRequestCommand, HttpRequestCommand<TaxCategory>, RequestCommand<TaxCategory>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.tax_category.TaxCategory>> result = apiRoot
            .withProjectKey("{projectKey}")
            .taxCategories()
            .withId("{ID}")
            .get()
            .execute()