Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class COFINSST

    Classe de informações do COFINSST

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

    Properties

    IndSomaCOFINSST

    Indica se o valor da COFINS ST compõe o valor total da NFe

    Declaration
    [XmlElement("indSomaCOFINSST")]
    public IndicaSomaCOFINSST? IndSomaCOFINSST { get; set; }
    Property Value
    Type Description
    IndicaSomaCOFINSST?

    PCOFINS

    Alíquota do COFINS ST (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 ST (em reais)

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

    VBC

    Valor da BC do COFINS ST

    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 ST

    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

    ShouldSerializeIndSomaCOFINSST()

    Declaration
    public bool ShouldSerializeIndSomaCOFINSST()
    Returns
    Type Description
    bool

    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