Class ByProjectKeyPaymentsByIDGet

All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyPaymentsByIDGet>, ErrorableTrait<ByProjectKeyPaymentsByIDGet>, ExpandableTrait<ByProjectKeyPaymentsByIDGet>, ClientRequestCommand<Payment>, CreateHttpRequestCommand, HttpRequestCommand<Payment>, RequestCommand<Payment>



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