Class ByProjectKeyRecurringOrdersKeyByKeyGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyRecurringOrdersKeyByKeyGet>, ErrorableTrait<ByProjectKeyRecurringOrdersKeyByKeyGet>, ExpandableTrait<ByProjectKeyRecurringOrdersKeyByKeyGet>, ClientRequestCommand<RecurringOrder>, CreateHttpRequestCommand, HttpRequestCommand<RecurringOrder>, RequestCommand<RecurringOrder>

Retrieves a Recurring Order with the provided key.



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.recurring_order.RecurringOrder>> result = apiRoot
            .withProjectKey("{projectKey}")
            .recurringOrders()
            .withKey("{key}")
            .get()
            .execute()