Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Pgto

    Dados de cada pagamento previsto.

    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.CTe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlType(Namespace = "http://www.portalfiscal.inf.br/cte")]
    public class Pgto

    Properties

    CNPJBasePSP

    CNPJ base da instituição financeira.

    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

    ID específico da transação financeira conforme o meio de pagamento.

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

    NPag

    Número sequencial do pagamento.

    Declaration
    [XmlAttribute(AttributeName = "nPag")]
    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