An interface for contact details
Namespace: CarDeliveryNetwork.Types.Interfaces
Assembly: CarDeliveryNetwork.Types (in CarDeliveryNetwork.Types.dll) Version: 3.2.3011.0 (3.2.3011)
Syntax
The IContactDetails type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | AddressLines |
The first line(s) of the address, e.g. Building name/number and street name.
|
![]() | City |
The city.
|
![]() | Contact |
The name of the person associated with this contact.
|
![]() | DateOfBirth |
The age of the person associated with this contact.
|
![]() |
The email address associated with this contact.
| |
![]() | Fax |
The fax number associated with this contact.
|
![]() | Gender |
The gender of the person associated with this contact.
|
![]() | LocationCode |
The location code for this location
|
![]() | MobilePhone |
The mobile phone number associated with this contact.
|
![]() | Notes |
Notes relating to this contact.
|
![]() | OrganisationName |
The organization name associated with this contact.
|
![]() | OtherPhone |
An alternative phone number associated with this contact.
|
![]() | Phone |
The fixed/land-line phone number associated with this contact.
|
![]() | QuickCode |
A unique identifier with which to refer to this contact.
|
![]() | StateRegion |
The state or region.
|
![]() | ZipPostCode |
The Zip or postal code.
|
See Also