Class ByProjectKeyTaxCategoriesKeyByKeyGet

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



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