Class Contact
Customer contact details
Inheritance
System.Object
Contact
Namespace: WebServices.DataContracts.Common
Assembly: WebServices.dll
Syntax
[DataContract]
public class Contact
Properties
Address
Customer address details
Declaration
[DataMember]
public Address Address { get; set; }
Property Value
| Type | Description |
|---|---|
| Address |
Customer email address
Declaration
[DataMember]
public string Email { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Fax
Customer fax number
Declaration
[DataMember]
public string Fax { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Mobile
Customer mobile number
Declaration
[DataMember]
public string Mobile { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Phone
Customer Phone number
Declaration
[DataMember]
public string Phone { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
PhoneCountryCode
Customer phone country code
Declaration
[DataMember]
public string PhoneCountryCode { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |