Class ByProjectKeyPaymentsByIDGet

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<ByProjectKeyPaymentsByIDGet,Payment>
com.commercetools.api.client.ByProjectKeyPaymentsByIDGet
All Implemented Interfaces:
Deprecatable200Trait<ByProjectKeyPaymentsByIDGet>, ErrorableTrait<ByProjectKeyPaymentsByIDGet>, ExpandableTrait<ByProjectKeyPaymentsByIDGet>, io.vrap.rmf.base.client.ClientRequestCommand<Payment>, io.vrap.rmf.base.client.RequestCommand<Payment>



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