Description
Stores customer information.
public class CustomerInfo
{
public string m_firstName;
public string m_lastName;
public string m_email;
public string m_companyName;
public string m_phone;
}
Fields
| m_firstName | Last name |
| m_lastName | Name |
| m_email | Email address |
| m_companyName | Company name |
| m_phone | Phone number |