Class ByProjectKeyProductDiscountsByIDGet

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



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