Class ByProjectKeyPaymentsByIDPost

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



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