Class ByProjectKeyPaymentMethodsByIDGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyPaymentMethodsByIDGet>, ErrorableTrait<ByProjectKeyPaymentMethodsByIDGet>, ExpandableTrait<ByProjectKeyPaymentMethodsByIDGet>, ClientRequestCommand<PaymentMethod>, CreateHttpRequestCommand, HttpRequestCommand<PaymentMethod>, RequestCommand<PaymentMethod>

Retrieves a PaymentMethod with the provided id.



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