Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class retPIXItem

    Item da consulta de cobrança PIX

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

    Properties

    Horario

    Data e hora do PIX

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

    Id

    Identificador do item

    Declaration
    [XmlAttribute]
    public string Id { get; set; }
    Property Value
    Type Description
    string

    Pagador

    Dados do pagador

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

    TxId

    Identificador da transação PIX

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

    Valor

    Valor do PIX

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