CompanyOrderCustomerChangedDetails
No description
type CompanyOrderCustomerChangedDetails implements Actors {
driverId: ObjectId
companyId: ObjectId
userId: ObjectId
user: ContactInfo
isSystemEvent: Boolean!
actorType: EnumActorType!
sourceId: ObjectId!
customer: CostprofilesCustomer
previousCustomer: CostprofilesCustomer
}
Fields
CompanyOrderCustomerChangedDetails.driverId ● ObjectId scalar
CompanyOrderCustomerChangedDetails.companyId ● ObjectId scalar
CompanyOrderCustomerChangedDetails.userId ● ObjectId scalar
CompanyOrderCustomerChangedDetails.user ● ContactInfo object
CompanyOrderCustomerChangedDetails.isSystemEvent ● Boolean! non-null scalar
CompanyOrderCustomerChangedDetails.actorType ● EnumActorType! non-null enum
CompanyOrderCustomerChangedDetails.sourceId ● ObjectId! non-null scalar
This is the company order id
CompanyOrderCustomerChangedDetails.customer ● CostprofilesCustomer object
CompanyOrderCustomerChangedDetails.previousCustomer ● CostprofilesCustomer object
Interfaces
Actors interface
Implemented By
EventDetails union