Description
Stores customer information.
typedef struct
{
char firstName[64];
char lastName[64];
char email[128];
char companyName[128];
char phone[32];
} GrdCustomerInfo;
Fields
firstName | Last name |
lastName | Name |
| Email address | |
companyName | Company name |
phone | Phone number |