Class PixBeneficiario
Beneficiário do PIX
Inherited Members
Namespace: Unimake.Business.DFe.Xml.PIX
Assembly: Unimake.Business.DFe.dll
Syntax
public class PixBeneficiario
Properties
Conta
Conta corrente
Declaration
[XmlElement("Conta", Order = 2)]
public PixContaCorrente Conta { get; set; }
Property Value
| Type | Description |
|---|---|
| PixContaCorrente |
Inscricao
Inscrição
Declaration
[XmlElement("Inscricao", Order = 0)]
public string Inscricao { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Nome
Nome
Declaration
[XmlElement("Nome", Order = 1)]
public string Nome { get; set; }
Property Value
| Type | Description |
|---|---|
| string |