public function __construct()
    {
        parent::__construct();
		$this->DetailLevel = DetailLevel::$Document;  // this is right Document
		$this->DocType = DocumentType::$SalesOrder;  // this is right Document

    }
 public function __construct()
 {
     parent::__construct();
 }