The CustomerUpdate type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
CustomerUpdate | Initializes a new instance of the CustomerUpdate class |
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Properties
Name | Description | |
---|---|---|
address1 |
Address Line 1
(Inherited from Address.) | |
address2 |
Address Line 2
(Inherited from Address.) | |
address3 |
Address Line 3
(Inherited from Address.) | |
address4 |
Address Line 4
(Inherited from Address.) | |
address5 |
Address Line 5
(Inherited from Address.) | |
apiKey |
Certified Api key distributed by Dealer Management Services Ltd
(Inherited from IncomingBaseClass.) | |
customerNumber |
Unique Customer ID (Will send through a "0" if it is a new customer)
| |
emailAddress |
Email Address
| |
faxNumber |
Fax Number
| |
homePhone |
Home Phone
| |
initials |
Initials
| |
mobileNumber |
Mobile Number
| |
postCode |
Post Code
(Inherited from Address.) | |
salutation |
Salutation
| |
surname |
Surname
| |
title |
Title
| |
workPhone |
Work Phone
|
See Also