Class DetPagECONF
Inheritance
System.Object
DetPagECONF
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()
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class DetPagECONF
Properties
CAut
Identifica o número da autorização da transação da operação
Declaration
public string CAut { get; set; }
Property Value
Type |
Description |
System.String |
|
CNPJIF
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 CNPJIF { get; set; }
Property Value
Type |
Description |
System.String |
|
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 |
|
CNPJReceb
Informar o CNPJ do estabelecimento beneficiário do pagamento
Declaration
public string CNPJReceb { get; set; }
Property Value
Type |
Description |
System.String |
|
DPag
Declaration
public DateTime DPag { get; set; }
Property Value
Type |
Description |
System.DateTime |
|
DPagField
Declaration
public string DPagField { get; set; }
Property Value
Type |
Description |
System.String |
|
IndPag
Declaration
public IndicadorPagamento? IndPag { get; set; }
Property Value
TBand
Utilizar a Tabela de Códigos das Operadoras de cartão de crédito e/ou débito publicada no Portal Nacional da Nota Fiscal Eletrônica.
Declaration
public BandeiraOperadoraCartao? TBand { get; set; }
Property Value
TPag
Declaration
public MeioPagamento TPag { get; set; }
Property Value
UFPag
UF do CNPJ do estabelecimento onde o pagamento foi processado/transacionado/recebido.
Declaration
public UFBrasil UFPag { get; set; }
Property Value
UFReceb
UF do CNPJ do estabelecimento beneficiário do pagamento.
Declaration
public UFBrasil UFReceb { get; set; }
Property Value
VPag
Declaration
public double VPag { get; set; }
Property Value
Type |
Description |
System.Double |
|
VPagField
Declaration
public string VPagField { get; set; }
Property Value
Type |
Description |
System.String |
|
XPag
Declaration
public string XPag { get; set; }
Property Value
Type |
Description |
System.String |
|
XPagField
Declaration
Property Value
Type |
Description |
System.String |
|