Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions NFe.Classes/Informacoes/Detalhe/Tributacao/Estadual/ICMS90.cs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using NFe.Classes.Informacoes.Detalhe.Tributacao.Estadual.Tipos;
using System.Xml.Serialization;
using hypercubev2.dfe.launch.engine.Domain.Model.NFeSefaz.Informacoes.Detalhe.Tributacao.Estadual.Tipos;

namespace hypercubev2.dfe.launch.engine.Domain.Model.NFeSefaz.Informacoes.Detalhe.Tributacao.Estadual
namespace NFe.Classes.Informacoes.Detalhe.Tributacao.Estadual
{
public class ICMS90 : ICMSBasico
{
Expand Down Expand Up @@ -71,7 +71,7 @@ public decimal? pRedBC
/// N14a - Código de Benefício Fiscal na UF aplicado ao item quando houver RBC.
/// </summary>
[XmlElement(Order = 6)]
public string? cBenefRBC { get; set; }
public string cBenefRBC { get; set; }

/// <summary>
/// N16 - Alíquota do imposto
Expand Down
Loading