Skip to content

Commit

Permalink
Merge pull request #1224 from marcosgerene/master
Browse files Browse the repository at this point in the history
[-] Implmentando Specified para indIntermed
  • Loading branch information
marcosgerene authored Feb 20, 2021
2 parents cb8dcdd + 2056fbf commit 2110afc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Shared.NFe.Classes/Informacoes/Identificacao/ide.cs
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,11 @@ public string ProxydhSaiEnt
/// </summary>
public IndicadorIntermediador? indIntermed { get; set; }

public bool indIntermedSpecified
{
get { return indIntermed.HasValue; }
}

/// <summary>
/// B26 - Processo de emissão utilizado com a seguinte codificação:
/// </summary>
Expand Down

0 comments on commit 2110afc

Please sign in to comment.