Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class PixContaCorrente

    Conta corrente

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

    Properties

    Agencia

    Agência

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

    Banco

    Banco

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

    Numero

    Número da conta

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