Class ByProjectKeyPaymentsHead

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

Checks if one or more Payments exist for the provided query predicate. Returns a 200 OK status if any Payments match the query predicate, or Not Found otherwise.



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