Interface MyCustomerEmailVerify

All Known Implementing Classes:
MyCustomerEmailVerifyImpl

public interface MyCustomerEmailVerify
MyCustomerEmailVerify
Example to create an instance using the builder pattern

     MyCustomerEmailVerify myCustomerEmailVerify = MyCustomerEmailVerify.builder()
             .tokenValue("{tokenValue}")
             .build()