Class ByProjectKeyCartDiscountsByIDGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyCartDiscountsByIDGet,CartDiscount>
com.commercetools.api.client.ByProjectKeyCartDiscountsByIDGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyCartDiscountsByIDGet>, ErrorableTrait<ByProjectKeyCartDiscountsByIDGet>, ExpandableTrait<ByProjectKeyCartDiscountsByIDGet>, io.vrap.rmf.base.client.ClientRequestCommand<CartDiscount>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.RequestCommand<CartDiscount>



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