Class ByProjectKeyProductDiscountsKeyByKeyGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyProductDiscountsKeyByKeyGet>, ErrorableTrait<ByProjectKeyProductDiscountsKeyByKeyGet>, ExpandableTrait<ByProjectKeyProductDiscountsKeyByKeyGet>, ClientRequestCommand<ProductDiscount>, CreateHttpRequestCommand, HttpRequestCommand<ProductDiscount>, RequestCommand<ProductDiscount>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.product_discount.ProductDiscount>> result = apiRoot
            .withProjectKey("{projectKey}")
            .productDiscounts()
            .withKey("{key}")
            .get()
            .execute()