Class ByProjectKeyMePaymentsKeyByKeyPostString

java.lang.Object
io.vrap.rmf.base.client.ApiMethod<T,TResult>
io.vrap.rmf.base.client.BodyApiMethod<T,TResult,String>
io.vrap.rmf.base.client.StringBodyApiMethod<ByProjectKeyMePaymentsKeyByKeyPostString,MyPayment>
com.commercetools.api.client.ByProjectKeyMePaymentsKeyByKeyPostString
All Implemented Interfaces:
ConflictingTrait<ByProjectKeyMePaymentsKeyByKeyPostString>, Deprecatable200Trait<ByProjectKeyMePaymentsKeyByKeyPostString>, ErrorableTrait<ByProjectKeyMePaymentsKeyByKeyPostString>, ExpandableTrait<ByProjectKeyMePaymentsKeyByKeyPostString>, io.vrap.rmf.base.client.ClientRequestCommand<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()
            .withKey("{key}")
            .post("")
            .execute()