Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class PISST

    Classe de informações do PISST

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

    Properties

    IndSomaPISST

    Indica se o valor do PISST compõe o valor total da NFe/NFCe

    Declaration
    [XmlElement("indSomaPISST")]
    public IndicaSomaPISST? IndSomaPISST { get; set; }
    Property Value
    Type Description
    IndicaSomaPISST?

    PPIS

    Alíquota do PIS ST (em percentual)

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

    PPISField

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

    Declaration
    [XmlElement("pPIS")]
    public string PPISField { 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 PIS ST (em reais)

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

    VBC

    Valor da BC do PIS 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

    VPIS

    Valor do PIS ST

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

    VPISField

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

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

    Methods

    ShouldSerializeIndSomaPISST()

    Declaration
    public bool ShouldSerializeIndSomaPISST()
    Returns
    Type Description
    bool

    ShouldSerializePPISField()

    Declaration
    public bool ShouldSerializePPISField()
    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

    ShouldSerializeVPISField()

    Declaration
    public bool ShouldSerializeVPISField()
    Returns
    Type Description
    bool