Click or drag to resize
Company Class
Describes Company information
Inheritance Hierarchy

Namespace:  Intuit.Ipp.Data
Assembly:  Intuit.Ipp.Data (in Intuit.Ipp.Data.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
[SerializableAttribute]
public class Company : IntuitEntity, IEntity

The Company type exposes the following members.

Constructors
  NameDescription
Public methodCompany
Initializes a new instance of the Company class
Top
Properties
  NameDescription
Public propertyAttachableRef
Specifies entity name of the attachment from where the attachment was requested
(Inherited from IntuitEntity.)
Public propertyCompanyAddr
Company Address as described in preference
Public propertyCompanyEmailAddr
CompanyEmail Address
Public propertyCompanyFileName
Product: QBW Description: QuickBooks company file name.[br /]Data Services max. length: 512 characters.
Public propertyCompanyInfoEx
Product: ALL Description: Internal use only: extension place holder for Company.
Public propertyCompanyName
Product: ALL Description: Name of the company.[br /]Max. length: 1024 characters.
Public propertyCompanyStartDate
Product: ALL Description: DateTime when the company file was created.
Public propertyCompanyStartDateSpecified
Public propertyCompanyURL
Company URL
Public propertyCompanyUserAdminEmail
Product: QBW Description: IAM or QBN admin users email.[br /]Data Services max. length: 100 characters.
Public propertyCompanyUserId
Product: QBW Description: IAM or QBN admin users id sequence number to group many external realms for this user under his id number.[br /]Data Services max. length: 512 characters.
Public propertyCountry
Product: ALL Description: Country name to which the company belongs for fiancial calculations.
Public propertyCustomerCommunicationAddr
Address of the company as given to th customer, sometimes the address given to the customer mail address is different from Company address
Public propertyCustomerCommunicationEmailAddr
Email Address published to customer for communication if different from CompanyEmailAddress
Public propertyCustomField
Product: QBW Description: Custom field (or data extension). Filterable: QBW
(Inherited from IntuitEntity.)
Public propertyDefaultTimeZone
Default time zone for the company
Public propertydomain
Product: ALL Description: Domain in which the entity belongs.
(Inherited from IntuitEntity.)
Public propertyEmail
Product: ALL Description: Default email address.
Public propertyEmployerId
Product: ALL Description: Employer identifier (EID).
Public propertyFax
Product: ALL Description: Default fax number.
Public propertyFiscalYearStartMonth
Product: ALL Description: Starting month of the company's fiscal year.
Public propertyFiscalYearStartMonthSpecified
Public propertyFlavorStratum
Product: QBW Description: QB software flavor being used on the file on the PC.[br /]Data Services max. length: 512 characters.
Public propertyHeaderFull
Property used for Select clauses. This property is not used for entity operation and Where and orderBy clauses.
(Inherited from IntuitEntity.)
Public propertyHeaderLite
Property used for Select clauses. This property is not used for entity operation and Where and orderBy clauses.
(Inherited from IntuitEntity.)
Public propertyId
Product: ALL Description: Unique Identifier for an Intuit entity (object). [br /]Required for the update operation. Required: ALL Filterable: ALL
(Inherited from IntuitEntity.)
Public propertyLastImportedTime
Product: ALL Description: Specifies last imported time.
Public propertyLastImportedTimeSpecified
Public propertyLegalAddr
Legal Address given to the government for any government communication
Public propertyLegalName
LegalName if different from the CompanyName
Public propertyMetaData
Product: ALL Description: Descriptive information about the entity. The MetaData values are set by Data Services and are read only for all applications.
(Inherited from IntuitEntity.)
Public propertyMobile
Product: ALL Description: Default mobile phone number of the company.
Public propertyMultiByteCharsSupported
Specifies if the company support multibyte or not
Public propertyMultiByteCharsSupportedSpecified
Public propertyNameAndId
Property used for Select clauses. This property is not used for entity operation and Where and orderBy clauses.
(Inherited from IntuitEntity.)
Public propertyNameValue
Any other preference not covered in base is covered as name value pair, for detailed explanation look at the document
Public propertyOtherAddr
Product: ALL Description: Other company addresses.
Public propertyOtherContactInfo
Product: QBW Description: List of ContactInfo entities of any contact info type. The ContactInfo Type values are defined in the ContactTypeEnum.
Public propertyOverview
Property used for Select clauses. This property is not used for entity operation and Where and orderBy clauses.
(Inherited from IntuitEntity.)
Public propertyPrimaryPhone
Primary Phone number
Public propertyQBVersion
Product: ALL Description: QuickBooks company file latest version. The format reports the major release in the first number, the minor release in the second number (always a zero), the release update (slipstream or "R") in the third number, and the build number in the final number.[br /]Max. length: 512 characters.
Public propertySampleFile
Product: QBW Description: if the QB desktop file is a sample file.
Public propertySampleFileSpecified
Public propertyShipAddr
Product: ALL Description: Default shipping address.
Public propertysparse
Product: ALL Description: True if the entity representation has a partial set of elements. Output only field.
(Inherited from IntuitEntity.)
Public propertysparseSpecified (Inherited from IntuitEntity.)
Public propertystatus
Product: ALL Description: System status of the entity. Output only field.[br /] Filterable: ALL
(Inherited from IntuitEntity.)
Public propertystatusSpecified (Inherited from IntuitEntity.)
Public propertySupportedLanguages
Comma separated list of languages
Public propertySyncToken
Product: ALL Description: Version number of the entity. The SyncToken is used to lock the entity for use by one application at a time. As soon as an application modifies an entity, its SyncToken is incremented; another application's request to modify the entity with the same SyncToken will fail. Only the latest version of the entity is maintained by Data Services. An attempt to modify an entity specifying an older SyncToken will fail. [br /]Required for the update operation. Required: ALL
(Inherited from IntuitEntity.)
Public propertyTaxYearStartMonth
Product: ALL Description: Starting month of the company's fiscal year.
Public propertyTaxYearStartMonthSpecified
Public propertyWebSite
Product: ALL Description: Default company web site address.
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodCopyRecursive
recursively copies object properties to destination.
(Defined by Utility.)
Top
Remarks
See Also