# TalonOne::EmailEntity ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **email** | **String** | The email address associated with your account. | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::EmailEntity.new(email: john.doe@example.com) ```