Class ByProjectKeyCustomersEmailConfirmPost

All Implemented Interfaces:
ErrorableTrait<ByProjectKeyCustomersEmailConfirmPost>, ClientRequestCommand<Customer>, CreateHttpRequestCommand, HttpRequestCommand<Customer>, RequestCommand<Customer>

Verifying the email of the Customer produces the CustomerEmailVerified Message.



   CompletableFuture<ApiHttpResponse<com.commercetools.api.models.customer.Customer>> result = apiRoot
            .withProjectKey("{projectKey}")
            .customers()
            .emailConfirm()
            .post(null)
            .execute()