Class ByProjectKeyCartDiscountsByIDGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyCartDiscountsByIDGet>, ErrorableTrait<ByProjectKeyCartDiscountsByIDGet>, ExpandableTrait<ByProjectKeyCartDiscountsByIDGet>, ClientRequestCommand<CartDiscount>, CreateHttpRequestCommand, HttpRequestCommand<CartDiscount>, RequestCommand<CartDiscount>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.cart_discount.CartDiscount>> result = apiRoot
            .withProjectKey("{projectKey}")
            .cartDiscounts()
            .withId("{ID}")
            .get()
            .execute()