// 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 Opportunity { global Id Id; global Boolean IsDeleted; global Account Account; global Id AccountId; global Boolean IsPrivate; global String Name; global String Description; global String StageName; global Decimal Amount; global Double Probability; global Decimal ExpectedRevenue; global Double TotalOpportunityQuantity; global Date CloseDate; global String Type; global String NextStep; global String LeadSource; global Boolean IsClosed; global Boolean IsWon; global String ForecastCategory; global String ForecastCategoryName; global Campaign Campaign; global Id CampaignId; global Boolean HasOpportunityLineItem; global Pricebook2 Pricebook2; global Id Pricebook2Id; 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 Integer FiscalQuarter; global Integer FiscalYear; global String Fiscal; global Contact Contact; global Id ContactId; global Datetime LastViewedDate; global Datetime LastReferencedDate; global Boolean HasOpenActivity; global Boolean HasOverdueTask; global List AccountPartners; global List ActivityHistories; global List AttachedContentDocuments; global List Attachments; global List RecordAssociatedGroups; global List CombinedAttachments; global List ContactRequests; global List ContentDocumentLinks; global List Emails; global List FeedSubscriptionsForEntity; global List Events; global List Notes; global List NotesAndAttachments; global List OpenActivities; global List OpportunityCompetitors; global List OpportunityContactRoles; global List Feeds; global List Histories; global List OpportunityHistories; global List OpportunityLineItems; global List OpportunityPartnersFrom; global List Shares; global List Partners; global List ProcessInstances; global List ProcessSteps; global List RecordActions; global List RecordActionHistories; global List Tasks; global List TopicAssignments; global List RelatedRecord; global List FirstPublishLocation; global List What; global List Relation; global List Parent; global List RelatedRecord; global List ConvertedOpportunity; global List Opportunity; global List RelatedTo; global List What; global Opportunity () { } }