Class ByProjectKeyPaymentsByIDPostString

All Implemented Interfaces:
ConflictingTrait<ByProjectKeyPaymentsByIDPostString>, Deprecatable200Trait<ByProjectKeyPaymentsByIDPostString>, ErrorableTrait<ByProjectKeyPaymentsByIDPostString>, ExpandableTrait<ByProjectKeyPaymentsByIDPostString>, ClientRequestCommand<Payment>, CreateHttpRequestCommand, HttpRequestCommand<Payment>, RequestCommand<Payment>



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