order_id = $order_id; } function get_customer_id() { } function get_billing_email() { } function get_date_created() { } function get_id() { return $this->order_id; } function get_total() { return $this->total; } function get_items() { return new ItemDetails(); } }