// 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 Order { global Id Id; global SObject Owner; global Id OwnerId; global Contract Contract; global Id ContractId; global Account Account; global Id AccountId; global Pricebook2 Pricebook2; global Id Pricebook2Id; global Order OriginalOrder; global Id OriginalOrderId; global Date EffectiveDate; global Date EndDate; global Boolean IsReductionOrder; global String Status; global String Description; global Contact CustomerAuthorizedBy; global Id CustomerAuthorizedById; global Date CustomerAuthorizedDate; global User CompanyAuthorizedBy; global Id CompanyAuthorizedById; global Date CompanyAuthorizedDate; global String Type; 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 Name; global Date PoDate; global String PoNumber; global String OrderReferenceNumber; global Contact BillToContact; global Id BillToContactId; global Contact ShipToContact; global Id ShipToContactId; global Datetime ActivatedDate; global User ActivatedBy; global Id ActivatedById; global String StatusCode; global String OrderNumber; global Decimal TotalAmount; global Datetime CreatedDate; global User CreatedBy; global Id CreatedById; global Datetime LastModifiedDate; global User LastModifiedBy; global Id LastModifiedById; global Boolean IsDeleted; global Datetime SystemModstamp; global Datetime LastViewedDate; global Datetime LastReferencedDate; global List ActivityHistories; global List AttachedContentDocuments; global List Attachments; global List CombinedAttachments; global List ContentDocumentLinks; global List Emails; global List FeedSubscriptionsForEntity; global List Events; global List Notes; global List NotesAndAttachments; global List OpenActivities; global List Orders; global List Feeds; global List Histories; global List OrderItems; global List Shares; 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 OriginalOrder; global List Order; global List RelatedTo; global List What; global Order () { } }