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_firstNameLast name
m_lastNameName
m_emailEmail address
m_companyNameCompany name
m_phonePhone number
  • No labels