Click or drag to resize
BuyerIdentity Class
Represents an user identity for Data.com billing purposes.
Inheritance Hierarchy
SystemObject
  CMS.DataComBuyerIdentity

Namespace: CMS.DataCom
Assembly: CMS.DataCom (in CMS.DataCom.dll) Version: 9.0.0
Syntax
C#
public sealed class BuyerIdentity

The BuyerIdentity type exposes the following members.

Constructors
  NameDescription
Public methodBuyerIdentity
Initializes a new instance of the BuyerIdentity class with the specified identifiers.
Top
Properties
  NameDescription
Public propertyOrganizationIdentifier
Gets the user organization identifier.
Public propertyUserIdentifier
Gets the user identifier.
Top
See Also