Class ByProjectKeyMePaymentsKeyByKeyPostString

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyMePaymentsKeyByKeyPostString>, Deprecatable200Trait<ByProjectKeyMePaymentsKeyByKeyPostString>, ErrorableTrait<ByProjectKeyMePaymentsKeyByKeyPostString>, ExpandableTrait<ByProjectKeyMePaymentsKeyByKeyPostString>, ClientRequestCommand<MyPayment>, CreateHttpRequestCommand, 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()