Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class ProtBPe

    Inheritance
    object
    ProtBPe
    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.BPe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    public class ProtBPe

    Properties

    InfFisco

    Informacoes do fisco

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

    InfProt

    Informacoes do protocolo

    Declaration
    [XmlElement("infProt")]
    public InfProtBPe InfProt { get; set; }
    Property Value
    Type Description
    InfProtBPe

    Signature

    Assinatura digital

    Declaration
    [XmlElement(ElementName = "Signature", Namespace = "http://www.w3.org/2000/09/xmldsig#")]
    public Signature Signature { get; set; }
    Property Value
    Type Description
    Signature

    Versao

    Versao do leiaute

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