The CCustomerType type exposes the following members.

Constructors

  NameDescription
CCustomerType
Initializes a new instance of the CCustomerType class

Methods

  NameDescription
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetSubscriptionDefByCode
Returns the SubscriptionDef record associated with the supplied productCode and this CustomerType.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
IsMemberSubscription
Checks to see if the subscription productCode supplied is defined for this Customer type and if so, if this customer type is a "member". See IsMemberRecord
IsPrimarySubscription
Checks to see if the subscription productCode supplied is the primary subscription for this Customer type
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

  NameDescription
BillCompanyFlag
Indicates whether or not bills to Contacts with this customer type should be sent to the Comapny associate with the Contact.
CustomerTypeCode
The Code representing the key to the Customer Type
Description
The text description or name of the customer type. More readable by humans
IsCompanyRecord
Indicates if Contacts of this type are companies
IsMemberRecord
Indicates if contacts of this type are "Members" of the organization
SubscriptionCount
The number of subscriptions associated with this customer type.
Subscriptions
The subscriptions associated with this customer type. By default, all of these subscriptions will be billed to members of the given customer type.

See Also