Click or drag to resize
Infosoft Logo

CustomerExchange Class

DTO for exchanging information about a customer entry.
Inheritance Hierarchy
SystemObject
  Infosoft.Webservices.DTOCustomerExchange

Namespace: Infosoft.Webservices.DTO
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public class CustomerExchange : IExtensibleDataObject

The CustomerExchange type exposes the following members.

Properties
 NameDescription
Public propertyCustomerNumber Gets or sets the customer number. Don't specify this for new customers.
Public propertyCustomerTypeCode Gets or sets the customer type code. If not set will default to a private customer.
Public propertyDateOfBirth Gets or sets the date of birth for the customer
Public propertyEmailAddress Gets or sets the primary email address.
Public propertyExternalId Gets or sets the externalId.
Public propertyFirstname Gets or sets the firstname.
Public propertyLastname Gets or sets the lastname.
Public propertyMobileTelephoneNumber Gets or sets the mobile telephone number.
Public propertyOrganizationNumber Gets or sets the organization number.
Public propertyTelephoneNumber Gets or sets the telephone number.
Public propertyWorkTelephoneNumber Gets or sets the work telephone number.
Top
See Also