Order: { _id?: _ID; billingAddress?: Address; calculation: any[]; confirmed?: Date; contact?: Contact; context?: any; countryCode: string; currency: string; deliveryId?: string; fullfilled?: Date; orderCode?: string; orderNumber?: string; ordered?: Date; originEnrollmentId?: string; paymentId?: string; rejected?: Date; status: OrderStatus | null; userId: string } & LogFields & TimestampFields