Class ByProjectKeyRecurringOrdersKeyByKeyHead

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyRecurringOrdersKeyByKeyHead>, ErrorableTrait<ByProjectKeyRecurringOrdersKeyByKeyHead>, ClientRequestCommand<JsonNode>, CreateHttpRequestCommand, HttpRequestCommand<JsonNode>, RequestCommand<JsonNode>

Checks if a Recurring Order exists with the provided key. Returns a 200 status if the Recurring Order exists, or a NotFound error otherwise.



   CompletableFuture<ApiHttpResponse<com.fasterxml.jackson.databind.JsonNode>> result = apiRoot
            .withProjectKey("{projectKey}")
            .recurringOrders()
            .withKey("{key}")
            .head()
            .execute()