// 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<ActivityHistory> ActivityHistories;
|
global List<AttachedContentDocument> AttachedContentDocuments;
|
global List<Attachment> Attachments;
|
global List<CollaborationGroupRecord> RecordAssociatedGroups;
|
global List<CombinedAttachment> CombinedAttachments;
|
global List<ContentDocumentLink> ContentDocumentLinks;
|
global List<ContractContactRole> ContractContactRoles;
|
global List<ContractFeed> Feeds;
|
global List<ContractHistory> Histories;
|
global List<EmailMessage> Emails;
|
global List<EntitySubscription> FeedSubscriptionsForEntity;
|
global List<Event> Events;
|
global List<Note> Notes;
|
global List<NoteAndAttachment> NotesAndAttachments;
|
global List<OpenActivity> OpenActivities;
|
global List<Order> Orders;
|
global List<ProcessInstance> ProcessInstances;
|
global List<ProcessInstanceHistory> ProcessSteps;
|
global List<RecordAction> RecordActions;
|
global List<RecordActionHistory> RecordActionHistories;
|
global List<Task> Tasks;
|
global List<TopicAssignment> TopicAssignments;
|
global List<ContentVersion> FirstPublishLocation;
|
global List<EventChangeEvent> What;
|
global List<EventRelationChangeEvent> Relation;
|
global List<FeedComment> Parent;
|
global List<FlowRecordRelation> RelatedRecord;
|
global List<OrderChangeEvent> Contract;
|
global List<OutgoingEmail> RelatedTo;
|
global List<TaskChangeEvent> What;
|
|
global Contract ()
|
{
|
}
|
}
|