Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class COFINSOutr

    Classe de informações de COFINSOutr

    Inheritance
    object
    COFINSOutr
    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 COFINSOutr

    Properties

    CST

    Código de situação tributária

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

    PCOFINS

    Alíquota do COFINS (em percentual)

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

    PCOFINSField

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

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

    QBCProd

    Quantidade Vendida

    Declaration
    [XmlElement("qBCProd")]
    public double? QBCProd { get; set; }
    Property Value
    Type Description
    double?

    VAliqProd

    Alíquota do COFINS (em reais)

    Declaration
    [XmlElement("vAliqProd")]
    public double? VAliqProd { get; set; }
    Property Value
    Type Description
    double?

    VBC

    Valor da BC do COFINS

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

    VBCField

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

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

    VCOFINS

    Valor do COFINS

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

    VCOFINSField

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

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

    Methods

    ShouldSerializePCOFINSField()

    Declaration
    public bool ShouldSerializePCOFINSField()
    Returns
    Type Description
    bool

    ShouldSerializeQBCProd()

    Declaration
    public bool ShouldSerializeQBCProd()
    Returns
    Type Description
    bool

    ShouldSerializeVAliqProd()

    Declaration
    public bool ShouldSerializeVAliqProd()
    Returns
    Type Description
    bool

    ShouldSerializeVBCField()

    Declaration
    public bool ShouldSerializeVBCField()
    Returns
    Type Description
    bool

    ShouldSerializeVCOFINSField()

    Declaration
    public bool ShouldSerializeVCOFINSField()
    Returns
    Type Description
    bool