// 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 Contract { global Id Id; global Account Account; global Id AccountId; global Pricebook2 Pricebook2; global Id Pricebook2Id; global String OwnerExpirationNotice; global Date StartDate; global Date EndDate; 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 Integer ContractTerm; global User Owner; global Id OwnerId; global String Status; global User CompanySigned; global Id CompanySignedId; global Date CompanySignedDate; global Contact CustomerSigned; global Id CustomerSignedId; global String CustomerSignedTitle; global Date CustomerSignedDate; global String SpecialTerms; global User ActivatedBy; global Id ActivatedById; global Datetime ActivatedDate; global String StatusCode; global String Description; global Boolean IsDeleted; global String ContractNumber; global Datetime LastApprovedDate; 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 List ActivityHistories; global List AttachedContentDocuments; global List Attachments; global List RecordAssociatedGroups; global List CombinedAttachments; global List ContentDocumentLinks; global List ContractContactRoles; global List Feeds; global List Histories; global List Emails; global List FeedSubscriptionsForEntity; global List Events; global List Notes; global List NotesAndAttachments; global List OpenActivities; global List Orders; global List ProcessInstances; global List ProcessSteps; global List RecordActions; global List RecordActionHistories; global List Tasks; global List TopicAssignments; global List FirstPublishLocation; global List What; global List Relation; global List Parent; global List RelatedRecord; global List Contract; global List RelatedTo; global List What; global Contract () { } }