// This file is generated as an Apex representation of the // corresponding sObject and its fields. // This read-only file is used by the Apex Language Server to // provide code smartness, and is deleted each time you // refresh your sObject definitions. // To edit your sObjects and their fields, edit the corresponding // .object-meta.xml and .field-meta.xml files. global class Account { global Id Id; global Boolean IsDeleted; global Account MasterRecord; global Id MasterRecordId; global String Name; global String Type; global Account Parent; global Id ParentId; global String BillingStreet; global String BillingCity; global String BillingState; global String BillingPostalCode; global String BillingCountry; global Double BillingLatitude; global Double BillingLongitude; global String BillingGeocodeAccuracy; global Address BillingAddress; global String ShippingStreet; global String ShippingCity; global String ShippingState; global String ShippingPostalCode; global String ShippingCountry; global Double ShippingLatitude; global Double ShippingLongitude; global String ShippingGeocodeAccuracy; global Address ShippingAddress; global String Phone; global String Fax; global String AccountNumber; global String Website; global String PhotoUrl; global String Sic; global String Industry; global Decimal AnnualRevenue; global Integer NumberOfEmployees; global String Ownership; global String TickerSymbol; global String Description; global String Rating; global String Site; global User Owner; global Id OwnerId; global Datetime CreatedDate; global User CreatedBy; global Id CreatedById; global Datetime LastModifiedDate; global User LastModifiedBy; global Id LastModifiedById; global Datetime SystemModstamp; global Date LastActivityDate; global Datetime LastViewedDate; global Datetime LastReferencedDate; global String Jigsaw; global String JigsawCompanyId; global String CleanStatus; global String AccountSource; global String DunsNumber; global String Tradestyle; global String NaicsCode; global String NaicsDesc; global String YearStarted; global String SicDesc; global DandBCompany DandbCompany; global Id DandbCompanyId; global List ChildAccounts; global List AccountCleanInfos; global List AccountContactRoles; global List Feeds; global List Histories; global List AccountPartnersFrom; global List AccountPartnersTo; global List Shares; global List ActivityHistories; global List Assets; global List ProvidedAssets; global List ServicedAssets; global List AttachedContentDocuments; global List Attachments; global List Cases; global List RecordAssociatedGroups; global List CombinedAttachments; global List Contacts; global List ContactPointEmails; global List ContactPointPhones; global List ContactRequests; global List ContentDocumentLinks; global List Contracts; global List DuplicateRecordItems; global List Emails; global List FeedSubscriptionsForEntity; global List Events; global List Notes; global List NotesAndAttachments; global List OpenActivities; global List Opportunities; global List OpportunityPartnersTo; global List Orders; global List PartnersFrom; global List PartnersTo; global List ProcessInstances; global List ProcessSteps; global List RecordActions; global List RecordActionHistories; global List Tasks; global List TopicAssignments; global List Users; global List Parent; global List Account; global List AssetProvidedBy; global List AssetServicedBy; global List LeadOrContact; global List Account; global List RelatedRecord; global List FirstPublishLocation; global List Account; global List What; global List Relation; global List Parent; global List RelatedRecord; global List ConvertedAccount; global List Account; global List RelatedTo; global List Account; global List What; global List Account; global List PortalAccount; global Account () { } }