Class ByProjectKeyMePaymentsByIDPostString

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<ByProjectKeyMePaymentsByIDPostString,MyPayment>
com.commercetools.api.client.ByProjectKeyMePaymentsByIDPostString
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyMePaymentsByIDPostString>, Deprecatable200Trait<ByProjectKeyMePaymentsByIDPostString>, ErrorableTrait<ByProjectKeyMePaymentsByIDPostString>, ExpandableTrait<ByProjectKeyMePaymentsByIDPostString>, io.vrap.rmf.base.client.ClientRequestCommand<MyPayment>, io.vrap.rmf.base.client.CreateHttpRequestCommand, io.vrap.rmf.base.client.HttpRequestCommand<MyPayment>, io.vrap.rmf.base.client.RequestCommand<MyPayment>

This endpoint can only update a Payment when it has no Transactions.



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