Click or drag to resize
Infosoft Logo

CreateCustomerRequest Class

A message containing parameters needed to create a new customer without a subscription. How each parameter set changes behavior is dependent on the handler of the message (i.e. the web method invoked).
Inheritance Hierarchy
SystemObject
  Infosoft.Webservices.CustomerServicesCreateCustomerRequest

Namespace: Infosoft.Webservices.CustomerServices
Assembly: Infosoft.Webservices (in Infosoft.Webservices.dll) Version: 4.00.0.0
Syntax
public class CreateCustomerRequest

The CreateCustomerRequest type exposes the following members.

Properties
 NameDescription
Public propertyAddressParameters Gets or sets the address parameters.
Public propertyCustomerParameters Gets or sets the customer parameters.
Public propertyDynamicAttributes Gets or sets the dynamic attributes that should be applied to the customer
Public propertySkipDuplicateCheck Gets or sets a value indicating whether to skip the duplicate check.
Public propertyUserParameters Gets or sets the user parameters that should be applied to the customer.
Top
See Also