Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class PISQtde

    Classe de informações do PISQtde

    Inheritance
    System.Object
    PISQtde
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Unimake.Business.DFe.Xml.NFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    public class PISQtde

    Properties

    CST

    Código da substituição tributária

    Declaration
    public string CST { get; set; }
    Property Value
    Type Description
    System.String

    QBCProd

    Quantidade Vendida

    Declaration
    public double QBCProd { get; set; }
    Property Value
    Type Description
    System.Double

    VAliqProd

    Alíquota do PIS (em reais)

    Declaration
    public double VAliqProd { get; set; }
    Property Value
    Type Description
    System.Double

    VPIS

    Valor do PIS

    Declaration
    public double VPIS { get; set; }
    Property Value
    Type Description
    System.Double

    VPISField

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

    Declaration
    public string VPISField { get; set; }
    Property Value
    Type Description
    System.String