Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class PixDevedor

    Devedor

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

    Properties

    CEP

    CEP

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

    Cidade

    Cidade

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

    Inscricao

    Inscrição

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

    Logradouro

    Logradouro

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

    Nome

    Nome

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

    UF

    UF

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