class ContactInfo : Info
Information about person. Used for ActivationCreationInfo.contactInfo.
User: Kirill, Date: 05.08.13 17:59
ContactInfo()
Information about person. Used for ActivationCreationInfo.contactInfo. |
lateinit var email: String
Email of person who requests activation. |
|
lateinit var name: String
Name of person who makes activation. |
|
lateinit var phone: String
Phone number of person who requests activation. |
fun Info.toJson(): String |