Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class DetPag

    Classe de informações do DetPag

    Inheritance
    System.Object
    DetPag
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Unimake.Business.DFe.Xml.NFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    public class DetPag

    Properties

    Card

    Grupo de Cartões, PIX, Boletos e outros Pagamentos Eletrônicos

    Declaration
    public Card Card { get; set; }
    Property Value
    Type Description
    Card

    CNPJPag

    CNPJ transacional do pagamento. Preencher informando o CNPJ do estabelecimento onde o pagamento foi processado/transacionado/recebido quando a emissão do documento fiscal ocorrer em estabelecimento distinto

    Declaration
    public string CNPJPag { get; set; }
    Property Value
    Type Description
    System.String

    DPag

    Data do pagamento

    Declaration
    public DateTime DPag { get; set; }
    Property Value
    Type Description
    System.DateTime

    DPagField

    Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade DPag para atribuir ou resgatar o valor)

    Declaration
    public string DPagField { get; set; }
    Property Value
    Type Description
    System.String

    IndPag

    Indicador da Forma de Pagamento

    Declaration
    public IndicadorPagamento? IndPag { get; set; }
    Property Value
    Type Description
    System.Nullable<IndicadorPagamento>

    TPag

    Forma de Pagamento

    Declaration
    public MeioPagamento TPag { get; set; }
    Property Value
    Type Description
    MeioPagamento

    UFPag

    UF do CNPJ do estabelecimento onde o pagamento foi processado/transacionado/recebido.

    Declaration
    public UFBrasil UFPag { get; set; }
    Property Value
    Type Description
    UFBrasil

    VPag

    Valor do Pagamento. Esta tag poderá ser omitida quando a tag tPag=90 (Sem Pagamento), caso contrário deverá ser preenchida

    Declaration
    public double VPag { get; set; }
    Property Value
    Type Description
    System.Double

    VPagField

    Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade VPag para atribuir ou resgatar o valor)

    Declaration
    public string VPagField { get; set; }
    Property Value
    Type Description
    System.String

    XPag

    Descrição do Meio de Pagamento

    Declaration
    public string XPag { get; set; }
    Property Value
    Type Description
    System.String

    XPagField

    Declaration
    string XPagField { }
    Property Value
    Type Description
    System.String

    Methods

    ShouldSerializeCNPJPag()

    Declaration
    public bool ShouldSerializeCNPJPag()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeDPagField()

    Declaration
    public bool ShouldSerializeDPagField()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeIndPag()

    Declaration
    public bool ShouldSerializeIndPag()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeUFPag()

    Declaration
    public bool ShouldSerializeUFPag()
    Returns
    Type Description
    System.Boolean

    ShouldSerializeXPag()

    Declaration
    public bool ShouldSerializeXPag()
    Returns
    Type Description
    System.Boolean