Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Agencia

    Inheritance
    object
    Agencia
    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 Agencia

    Properties

    CNPJ

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

    EnderAgencia

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

    XNome

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