Class ByProjectKeyPaymentsByIDPostString

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,TBody>
io.vrap.rmf.base.client.TypeBodyApiMethod<T,TResult,String>
io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyPaymentsByIDPostString,Payment>
com.commercetools.api.client.ByProjectKeyPaymentsByIDPostString
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyPaymentsByIDPostString>, Deprecatable200Trait<ByProjectKeyPaymentsByIDPostString>, ErrorableTrait<ByProjectKeyPaymentsByIDPostString>, ExpandableTrait<ByProjectKeyPaymentsByIDPostString>, io.vrap.rmf.base.client.ClientRequestCommand<Payment>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<Payment>, io.vrap.rmf.base.client.RequestCommand<Payment>



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