ICompany Interface

Interface for a Company implementation class.

Definition

Namespace: Common.Core.Interfaces
Assembly: Common.Core (in Common.Core.dll) Version: 2.1.5
C#
public interface ICompany

Properties

AddressGets or sets the Primary Address.
DepositsBalGets or sets the Deposit Accounts Balance.
DepositsCountGets or sets the number of Deposit Accounts.
EmailGets or sets the Primary Email.
GovernmentNumberGets or sets the Government Number.
IdGets or sets the unique identifier.
NaicsCodeGets or sets the NAICS Code.
NameGets or sets the Company Name.
PrimaryPhoneGets or sets the Primary Phone Number.
PrivateGets or sets the Private Company indicator.
SecondaryPhoneGets or sets the Secondary Phone Number.

See Also