Click or drag to resize

CustomerDisplayInformationRequest Class

Represents a customer display info request
Inheritance Hierarchy
System.Object
  IntegrationEntity
    AMCS.Elemos.IntegrationService.Entity.Customer.CustomerDisplayInformationRequest

Namespace:  AMCS.Elemos.IntegrationService.Entity.Customer
Assembly:  AMCS.Elemos.IntegrationService (in AMCS.Elemos.IntegrationService.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public class CustomerDisplayInformationRequest : IntegrationEntity

The CustomerDisplayInformationRequest type exposes the following members.

Constructors
  NameDescription
Public methodCustomerDisplayInformationRequest
Initializes a new instance of the CustomerDisplayInformationRequest class
Top
Properties
  NameDescription
Public propertyContactId
Gets or sets the contact identifier.
Public propertyCustomerId
Gets or sets the customer identifier.
Public propertyCustomerSiteId
Gets or sets the customer site identifier.
Top
See Also