Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class InfMunDescargaInfCTe

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

    Properties

    ChCTe

    Chave de acesso do CT-e

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

    IndPrestacaoParcial

    Prestação é parcial? Sim ou Não (1 ou 0)

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

    IndReentrega

    Indicador de Reentrega

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

    InfEntregaParcial

    Informações da Entrega Parcial

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

    InfNFePresParcial

    Grupo de informações das NFe entregues na prestação parcial do CTe (Este grupo sempre é informado quando indPrestacaoParcial for igual a Sim (1))

    Declaration
    [XmlElement("infNFePresParcial")]
    public List<InfNFePresParcial> InfNFePresParcial { get; set; }
    Property Value
    Type Description
    List<InfNFePresParcial>

    InfUnidTransp

    Informações das Unidades de Transporte

    Declaration
    [XmlElement("infUnidTransp")]
    public List<InfUnidTransp> InfUnidTransp { get; set; }
    Property Value
    Type Description
    List<InfUnidTransp>

    Peri

    Período (Somente se informado o grupo de informações das Unidades de Transporte)

    Declaration
    [XmlElement("peri")]
    public List<Peri> Peri { get; set; }
    Property Value
    Type Description
    List<Peri>

    SegCodBarra

    Segundo código de barras

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

    Methods

    ShouldSerializeIndPrestacaoParcial()

    Verifica se deve serializar o campo IndPrestacaoParcial (Sim)

    Declaration
    public bool ShouldSerializeIndPrestacaoParcial()
    Returns
    Type Description
    bool

    ShouldSerializeIndReentrega()

    Verifica se deve serializar o campo IndReentrega (Sim)

    Declaration
    public bool ShouldSerializeIndReentrega()
    Returns
    Type Description
    bool

    ShouldSerializeSegCodBarra()

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

    Declaration
    public bool ShouldSerializeSegCodBarra()
    Returns
    Type Description
    bool