Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class retPIXPagador

    Dados do pagador

    Inheritance
    object
    retPIXPagador
    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
    [Serializable]
    public class retPIXPagador

    Properties

    Inscricao

    Inscrição do pagador

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

    Nome

    Nome do pagador

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