Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class GALCZFMCBS

    Grupo de operações em áreas incentivadas (ALC/ZFM) - CBS (alíquota zero)

    Inheritance
    object
    GALCZFMCBS
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unimake.Business.DFe.Xml.NFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlType(AnonymousType = true, Namespace = "http://www.portalfiscal.inf.br/nfe")]
    public class GALCZFMCBS

    Properties

    NProcSuframa

    Número do processo na Suframa para o item comercializado

    Declaration
    [XmlElement("nProcSuframa")]
    public string NProcSuframa { get; set; }
    Property Value
    Type Description
    string

    PAliqEfetRegCBS

    Percentual efetivo sem a redução

    Declaration
    [XmlIgnore]
    public double PAliqEfetRegCBS { get; set; }
    Property Value
    Type Description
    double

    PAliqEfetRegCBSField

    Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade pAliqEfetRegCBS para atribuir ou resgatar o valor)

    Declaration
    [XmlElement("pAliqEfetRegCBS")]
    public string PAliqEfetRegCBSField { get; set; }
    Property Value
    Type Description
    string

    TpALCZFMCBS

    Tipo de aplicação da alíquota zero da CBS

    Declaration
    [XmlElement("tpALCZFMCBS")]
    public TipoAplicacaoAliquotaZeroCBS TpALCZFMCBS { get; set; }
    Property Value
    Type Description
    TipoAplicacaoAliquotaZeroCBS

    VTribRegCBS

    Valor efetivo sem a redução

    Declaration
    [XmlIgnore]
    public double VTribRegCBS { get; set; }
    Property Value
    Type Description
    double

    VTribRegCBSField

    Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade vTribRegCBS para atribuir ou resgatar o valor)

    Declaration
    [XmlElement("vTribRegCBS")]
    public string VTribRegCBSField { get; set; }
    Property Value
    Type Description
    string

    Methods

    ShouldSerializeNProcSuframa()

    Declaration
    public bool ShouldSerializeNProcSuframa()
    Returns
    Type Description
    bool