Class ByProjectKeyMePaymentsGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyMePaymentsGet>, ErrorableTrait<ByProjectKeyMePaymentsGet>, ExpandableTrait<ByProjectKeyMePaymentsGet>, PagingTrait<ByProjectKeyMePaymentsGet>, QueryTrait<ByProjectKeyMePaymentsGet>, SortableTrait<ByProjectKeyMePaymentsGet>, ClientRequestCommand<MyPaymentPagedQueryResponse>, CreateHttpRequestCommand, HttpRequestCommand<MyPaymentPagedQueryResponse>, RequestCommand<MyPaymentPagedQueryResponse>



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