Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class ProdPred

    Inheritance
    object
    ProdPred
    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.MDFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlType(Namespace = "http://www.portalfiscal.inf.br/mdfe")]
    public class ProdPred

    Properties

    CEAN

    Código de barras GTIN (Global Trade Item Number) do produto, antigo código EAN ou código de barras padrão da GS1

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

    InfLotacao

    Informações da Lotacão

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

    NCM

    Código NCM (Nomenclatura Comum do Mercosul)

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

    TpCarga

    Tipo da Carga

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

    XProd

    Descrição do Produto Predominante

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

    Methods

    ShouldSerializeCEAN()

    Verifica se deve serializar o campo CEAN (não vazio)

    Declaration
    public bool ShouldSerializeCEAN()
    Returns
    Type Description
    bool

    ShouldSerializeNCM()

    Verifica se deve serializar o campo NCM (não vazio)

    Declaration
    public bool ShouldSerializeNCM()
    Returns
    Type Description
    bool