Class ByProjectKeyMePaymentsByIDGet

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



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