Skip to content

Commit

Permalink
CRT no CTe-OS
Browse files Browse the repository at this point in the history
  • Loading branch information
flavionootech committed Jan 22, 2024
1 parent c2129ed commit 9ed01ee
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions CTe.Classes/CTeOutrosServicos/Informacoes/Emitente/emitOs.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,14 @@ public class emitOs
public string xFant { get; set; }

public enderEmit enderEmit { get; set; }

/// <summary>
/// Versão 4.00 é Obrigatório
/// </summary>
public CRT? CRT { get; set; }
/// <summary>
/// Se null, não aparece no xml
/// </summary>
public bool CRTSpecified { get { return CRT.HasValue; } }
}
}

1 comment on commit 9ed01ee

@flavionootech
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CRT obrigatorio

Please sign in to comment.