Class ByProjectKeyRecurrencePoliciesByIDGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyRecurrencePoliciesByIDGet>, ErrorableTrait<ByProjectKeyRecurrencePoliciesByIDGet>, ExpandableTrait<ByProjectKeyRecurrencePoliciesByIDGet>, ClientRequestCommand<RecurrencePolicy>, CreateHttpRequestCommand, HttpRequestCommand<RecurrencePolicy>, RequestCommand<RecurrencePolicy>

Retrieves a Recurrence Policy with the provided id.

The view_recurring_orders:{projectKey} scope is deprecated for use on this endpoint. Update your clients to use the view_recurrence_policies:{projectKey} scope instead. For more information, see the Deprecations and removals list.



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.recurrence_policy.RecurrencePolicy>> result = apiRoot
            .withProjectKey("{projectKey}")
            .recurrencePolicies()
            .withId("{ID}")
            .get()
            .execute()