public interface ICustomer : ICustomerIdentity
Public Interface ICustomer
Inherits ICustomerIdentity
public interface class ICustomer : ICustomerIdentity
type ICustomer =
interface
interface ICustomerIdentity
end
CustomerType | Customer type, which in baseline will be either Individual, Organization, or Chapter/Affiliate |
Id |
NetFORUM Customer Key
(Inherited from ICustomerIdentity) |
RecordNumber | NetFORUM Record Number, which is also sometimes called the Member ID or Member Number |
RecordNumberId | NetFORUM "Customer ID", which is the record number padded to 9 digits with leading 0's and a suffix of I, O, or C for Individual, Organization, or Chapter |
SortName | NetFORUM Sort Name. For individuals, typically in the format of LAST FIRST MIDDLE, based on IndSortNameFormat system option. For organizations, typically this is the same as the organization name and is based on OrgSortNameFormat system option. |