Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DetEventoCompEntregaNFe

    Classe de detalhamento do evento de comprovante de entrega da NFe/NFCe

    Inheritance
    object
    EventoDetalhe
    DetEventoCompEntregaNFe
    Implements
    IXmlSerializable
    Inherited Members
    EventoDetalhe.GetPropertyInfo(Type)
    EventoDetalhe.Versao
    EventoDetalhe.GetSchema()
    EventoDetalhe.ReadXml(XmlReader)
    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]
    [XmlRoot(ElementName = "detEvento")]
    public class DetEventoCompEntregaNFe : EventoDetalhe, IXmlSerializable

    Properties

    COrgaoAutor

    Código do órgão autor do evento. Informar o código da UF para este evento.

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

    COrgaoAutorField

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

    Declaration
    [XmlElement("cOrgaoAutor", Order = 1)]
    public int COrgaoAutorField { get; set; }
    Property Value
    Type Description
    int

    DescEvento

    Descrição do evento. Padrão = Comprovante de Entrega da NF-e

    Declaration
    [XmlElement("descEvento", Order = 0)]
    public override string DescEvento { get; set; }
    Property Value
    Type Description
    string
    Overrides
    EventoDetalhe.DescEvento

    DhEntrega

    Data e hora do final da entrega. Formato AAAA-MM-DDThh:mm:ss

    Declaration
    [XmlIgnore]
    public DateTimeOffset DhEntrega { get; set; }
    Property Value
    Type Description
    DateTimeOffset

    DhEntregaField

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

    Declaration
    [XmlElement("dhEntrega", Order = 4)]
    public string DhEntregaField { get; set; }
    Property Value
    Type Description
    string

    DhHashComprovante

    Data e hora da geração do hash do comprovante de entrega da NFe/NFCe no formato AAAA-MM-DDThh:mm:ssTZD

    Declaration
    [XmlIgnore]
    public DateTimeOffset DhHashComprovante { get; set; }
    Property Value
    Type Description
    DateTimeOffset

    DhHashComprovanteField

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

    Declaration
    [XmlElement("dhHashComprovante", Order = 10)]
    public string DhHashComprovanteField { get; set; }
    Property Value
    Type Description
    string

    HashComprovante

    Hash (SHA1) no formato Base64 resultante da concatenação: Chave de acesso da NFe + Base64 da imagem capturada da entrega (Exemplo: imagem capturada da assinatura eletrônica, digital do recebedor, foto, etc)

    Declaration
    [XmlElement("hashComprovante", Order = 9)]
    public string HashComprovante { get; set; }
    Property Value
    Type Description
    string

    LatGPS

    Latitude do ponto de entrega

    Declaration
    [XmlElement("latGPS", Order = 7)]
    public string LatGPS { get; set; }
    Property Value
    Type Description
    string

    LongGPS

    Longitude do ponto de entrega

    Declaration
    [XmlElement("longGPS", Order = 8)]
    public string LongGPS { get; set; }
    Property Value
    Type Description
    string

    NDoc

    Número do documento de identificação da pessoa que assinou o comprovante de entrega da NFe/NFCe

    Declaration
    [XmlElement("nDoc", Order = 5)]
    public string NDoc { get; set; }
    Property Value
    Type Description
    string

    TpAutor

    Tipo do autor

    Declaration
    [XmlIgnore]
    public TipoAutor TpAutor { get; set; }
    Property Value
    Type Description
    TipoAutor

    TpAutorField

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

    Declaration
    [XmlElement("tpAutor", Order = 2)]
    public int TpAutorField { get; set; }
    Property Value
    Type Description
    int

    VerAplic

    Versão ao aplicativo do autor do evento

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

    XNome

    Nome da pessoa que assinou o comprovante de entrega da NFe/NFCe

    Declaration
    [XmlElement("xNome", Order = 6)]
    public string XNome { get; set; }
    Property Value
    Type Description
    string

    Methods

    WriteXml(XmlWriter)

    Declaration
    public override void WriteXml(XmlWriter writer)
    Parameters
    Type Name Description
    XmlWriter writer
    Overrides
    EventoDetalhe.WriteXml(XmlWriter)

    Implements

    IXmlSerializable