diff --git a/CTe.Classes/CTeOutrosServicos/Informacoes/Emitente/emitOs.cs b/CTe.Classes/CTeOutrosServicos/Informacoes/Emitente/emitOs.cs
index 9676969dd..e4f370468 100644
--- a/CTe.Classes/CTeOutrosServicos/Informacoes/Emitente/emitOs.cs
+++ b/CTe.Classes/CTeOutrosServicos/Informacoes/Emitente/emitOs.cs
@@ -51,5 +51,14 @@ public class emitOs
public string xFant { get; set; }
public enderEmit enderEmit { get; set; }
+
+ ///
+ /// Versão 4.00 é Obrigatório
+ ///
+ public CRT? CRT { get; set; }
+ ///
+ /// Se null, não aparece no xml
+ ///
+ public bool CRTSpecified { get { return CRT.HasValue; } }
}
}