Class ByProjectKeyPaymentsGet

All Implemented Interfaces:
ByProjectKeyPaymentsGetMixin, Deprecatable200Trait<ByProjectKeyPaymentsGet>, ErrorableTrait<ByProjectKeyPaymentsGet>, ExpandableTrait<ByProjectKeyPaymentsGet>, PagedQueryResourceRequest<ByProjectKeyPaymentsGet,PaymentPagedQueryResponse,com.commercetools.api.predicates.query.payment.PaymentQueryBuilderDsl>, PagingTrait<ByProjectKeyPaymentsGet>, QueryTrait<ByProjectKeyPaymentsGet>, SimplePagedQueryResourceRequest<ByProjectKeyPaymentsGet,PaymentPagedQueryResponse,com.commercetools.api.predicates.query.payment.PaymentQueryBuilderDsl>, SortableTrait<ByProjectKeyPaymentsGet>, ClientRequestCommand<PaymentPagedQueryResponse>, CreateHttpRequestCommand, HttpRequestCommand<PaymentPagedQueryResponse>, RequestCommand<PaymentPagedQueryResponse>



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.payment.PaymentPagedQueryResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .payments()
            .get()
            .execute()