Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Pgto

    Dados do pagamento vinculados ao evento da NF3e.

    Inheritance
    object
    Pgto
    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.NF3e
    Assembly: Unimake.Business.DFe.dll
    Syntax
    public class Pgto

    Properties

    CNPJBasePSP

    CNPJ base do provedor de serviço de pagamento.

    Declaration
    [XmlElement("CNPJBasePSP")]
    public string CNPJBasePSP { get; set; }
    Property Value
    Type Description
    string

    CNPJReceb

    CNPJ do recebedor do pagamento.

    Declaration
    [XmlElement("CNPJReceb")]
    public string CNPJReceb { get; set; }
    Property Value
    Type Description
    string

    IdTransacao

    Identificador da transação do pagamento.

    Declaration
    [XmlAttribute(AttributeName = "idTransacao", DataType = "token")]
    public string IdTransacao { get; set; }
    Property Value
    Type Description
    string

    NPag

    Número sequencial do pagamento.

    Declaration
    [XmlAttribute(AttributeName = "nPag", DataType = "token")]
    public string NPag { get; set; }
    Property Value
    Type Description
    string

    TpMeioPgto

    Meio de pagamento utilizado.

    Declaration
    [XmlElement("tpMeioPgto")]
    public MeioPagamento TpMeioPgto { get; set; }
    Property Value
    Type Description
    MeioPagamento