Class InfPag
Inheritance
System.Object
InfPag
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 InfPag : InfContratante
Fields
IndAltoDesempField
Declaration
Field Value
Type |
Description |
System.Int32 |
|
Properties
Comp
Declaration
public List<Comp> Comp { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<Comp> |
|
IndAltoDesemp
Declaration
public int IndAltoDesemp { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IndPag
Declaration
public IndicadorPagamento IndPag { get; set; }
Property Value
InfBanc
Declaration
public InfBanc InfBanc { get; set; }
Property Value
InfPrazo
Declaration
public List<InfPrazo> InfPrazo { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<InfPrazo> |
|
VAdiant
Declaration
public double VAdiant { get; set; }
Property Value
Type |
Description |
System.Double |
|
VAdiantField
Declaration
public string VAdiantField { get; set; }
Property Value
Type |
Description |
System.String |
|
VContrato
Declaration
public double VContrato { get; set; }
Property Value
Type |
Description |
System.Double |
|
VContratoField
Declaration
public string VContratoField { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
ShouldSerializeIndAltoDesemp()
Declaration
public bool ShouldSerializeIndAltoDesemp()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeVAdiantField()
Declaration
public bool ShouldSerializeVAdiantField()
Returns
Type |
Description |
System.Boolean |
|