Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class retPIXConsultar

    Retorno da consulta de PIX

    Inheritance
    object
    XMLBase
    retPIXConsultar
    Implements
    IXmlSerializable
    Inherited Members
    XMLBase.NameSpaces
    XMLBase.GerarXML()
    XMLBase.LerXML<T>(XmlDocument)
    XMLBase.ReadXml(XmlDocument)
    XMLBase.WriteXml(StringWriter)
    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]
    [XmlRoot("PIXGetResponse", IsNullable = false)]
    public class retPIXConsultar : XMLBase, IXmlSerializable

    Properties

    DLLVersao

    Versão da DLL

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

    Horario

    Data e hora do PIX

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

    Motivo

    Motivo do retorno

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

    Pagador

    Dados do pagador

    Declaration
    [XmlElement(Order = 5)]
    public retPIXPagador Pagador { get; set; }
    Property Value
    Type Description
    retPIXPagador

    Status

    Status do retorno

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

    TxId

    Identificador da transação PIX

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

    Valor

    Valor do PIX

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

    Implements

    IXmlSerializable