Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class IPI

    Classe de informações do IPI

    Inheritance
    object
    IPI
    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(Namespace = "http://www.portalfiscal.inf.br/nfe")]
    public class IPI

    Properties

    CEnq

    Código de Enquadramento Legal do IPI (tabela a ser criada pela RFB)

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

    CNPJProd

    CNPJ do produtor da mercadoria, quando diferente do emitente. Somente para os casos de exportação direta ou indireta

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

    CSelo

    Código do selo de controle do IPI

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

    IPINT

    Grupo CST 01, 02, 03, 04, 51, 52, 53, 54 e 55

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

    IPITrib

    Grupo do CST 00, 49, 50 e 99

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

    QSelo

    Quantidade de selo de controle do IPI

    Declaration
    [XmlElement("qSelo")]
    public int? QSelo { get; set; }
    Property Value
    Type Description
    int?

    Methods

    ShouldSerializeCNPJProd()

    Declaration
    public bool ShouldSerializeCNPJProd()
    Returns
    Type Description
    bool

    ShouldSerializeCSelo()

    Declaration
    public bool ShouldSerializeCSelo()
    Returns
    Type Description
    bool

    ShouldSerializeQSelo()

    Declaration
    public bool ShouldSerializeQSelo()
    Returns
    Type Description
    bool