Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class PixBeneficiario

    Beneficiário do PIX

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