Data transfer object that is used for creating a customer.
More...
|
|
string | Address [get, set] |
| | Address of the customer.
|
| |
|
string | City [get, set] |
| | City of the customer.
|
| |
|
string | CompanyName [get, set] |
| | Name of the company the user belongs to.
|
| |
|
string | Country [get, set] |
| | Country of the customer.
|
| |
|
int | CustomerAccount [get, set] |
| | Customer account.
|
| |
|
string | Email [get, set] |
| | Customer email.
|
| |
|
string | FirstName [get, set] |
| | Customer's first name.
|
| |
|
string | LastName [get, set] |
| | Customer's Last name.
|
| |
|
string | Phone [get, set] |
| | Phone number of the customer.
|
| |
|
string | Postcode [get, set] |
| | Postal code of the customer.
|
| |
|
string | Reference [get, set] |
| | Reference on this customer.
|
| |
|
string | State [get, set] |
| | State of the customer.
|
| |
Data transfer object that is used for creating a customer.
The documentation for this class was generated from the following file: