Class ByProjectKeyPaymentMethodsGet

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

Retrieves all PaymentMethods in the Project.



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.payment_method.PaymentMethodPagedQueryResponse>> result = apiRoot
            .withProjectKey("{projectKey}")
            .paymentMethods()
            .get()
            .execute()