Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class RetCTeSimp

    XML de retorno do resultado do envio do CTe

    Inheritance
    object
    XMLBase
    RetCTeSimp
    Implements
    IXmlSerializable
    Inherited Members
    XMLBase.NameSpaces
    XMLBase.GerarXML()
    XMLBase.LerXML<T>(XmlDocument)
    XMLBase.ReadXml(XmlDocument)
    XMLBase.WriteXml(StringWriter)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unimake.Business.DFe.Xml.CTeSimp
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlType(Namespace = "http://www.portalfiscal.inf.br/cte")]
    [XmlRoot("retCTeSimp", Namespace = "http://www.portalfiscal.inf.br/cte", IsNullable = false)]
    public class RetCTeSimp : XMLBase, IXmlSerializable

    Properties

    CStat

    Código do status da resposta

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

    CUF

    Código da UF que atendeu à solicitação

    Declaration
    [XmlIgnore]
    public UFBrasil CUF { get; set; }
    Property Value
    Type Description
    UFBrasil

    CUFField

    Propriedade auxiliar da CUF (Sempre utilize a CUF)

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

    ProtCTe

    Resposta ao processamento do CTe

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

    TpAmb

    Identificação do ambiente

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

    VerAplic

    Versão do aplicativo que recebeu o CTe

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

    Versao

    Versão do leiaute do schema

    Declaration
    [XmlAttribute(AttributeName = "versao", DataType = "token")]
    public string Versao { get; set; }
    Property Value
    Type Description
    string

    XMotivo

    Descrição literal do status da resposta

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

    Implements

    IXmlSerializable