Class ByProjectKeyMeEmailConfirmPost

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

This is the last step in the email verification process of a Customer.



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