Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class InfCteAnu

    Informações do CTe de anulação.

    Inheritance
    System.Object
    InfCteAnu
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Unimake.Business.DFe.Xml.CTe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    public class InfCteAnu

    Properties

    ChCte

    Chave de acesso do CT-e Anulado.

    Declaration
    public string ChCte { get; set; }
    Property Value
    Type Description
    System.String

    DEmi

    Data de Emissão do CT-e Anulado.

    Declaration
    public DateTime DEmi { get; set; }
    Property Value
    Type Description
    System.DateTime

    DEmiField

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

    Declaration
    public string DEmiField { get; set; }
    Property Value
    Type Description
    System.String