Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class ProtMDFe

    Protocolo MDFe

    Inheritance
    System.Object
    ProtMDFe
    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.MDFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    public class ProtMDFe

    Properties

    InfFisco

    Informações do fisco.

    Declaration
    public InfFisco InfFisco { get; set; }
    Property Value
    Type Description
    InfFisco

    InfProt

    Informações do protocolo.

    Declaration
    public InfProt InfProt { get; set; }
    Property Value
    Type Description
    InfProt

    Signature

    Assinatura digital do protocolo.

    Declaration
    public Signature Signature { get; set; }
    Property Value
    Type Description
    Signature

    Versao

    Versão do processamento do protocolo do MDFe.

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