Class PixContaCorrente
Conta corrente
Inherited Members
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 |