Class 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()
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
public class DetPag
Properties
Card
Declaration
public Card Card { get; set; }
Property Value
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
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
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
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 |
|
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 |
|