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 |
|
IndAntecipaAdiantField
Declaration
int IndAntecipaAdiantField
Field Value
Type |
Description |
System.Int32 |
|
Properties
Comp
Componentes do Valor a Pagar
Declaration
public List<Comp> Comp { get; set; }
Property Value
Type |
Description |
System.Collections.Generic.List<Comp> |
|
IndAltoDesemp
Indicador de Alto Desempenho
Declaration
public int IndAltoDesemp { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
IndAntecipaAdiant
Indicador para declarar concordância em antecipar o adiantamento (Informar a tag somente se for autorizado antecipar o adiantamento)
Declaration
public int IndAntecipaAdiant { 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> |
|
TpAntecip
Tipo de Permissão em relação a antecipação das parcelas
Declaration
public TipoPermissaoAtencipacaoParcela? TpAntecip { get; set; }
Property Value
VAdiant
Declaration
public double VAdiant { get; set; }
Property Value
Type |
Description |
System.Double |
|
VAdiantField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "VAdiant" para atribuir ou resgatar o valor)
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
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "VContrato" para atribuir ou resgatar o valor)
Declaration
public string VContratoField { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
ShouldSerializeIndAltoDesemp()
Verifica se deve serializar o campo IndAltoDesemp (igual a 1)
Declaration
public bool ShouldSerializeIndAltoDesemp()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeIndAntecipaAdiant()
Verifica se deve serializar o campo IndAntecipaAdiant (igual a 1)
Declaration
public bool ShouldSerializeIndAntecipaAdiant()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeTpAntecip()
Verifica se deve serializar o campo TpAntecip (não nulo)
Declaration
public bool ShouldSerializeTpAntecip()
Returns
Type |
Description |
System.Boolean |
|
ShouldSerializeVAdiantField()
Verifica se deve serializar o campo VAdiantField (maior que 0)
Declaration
public bool ShouldSerializeVAdiantField()
Returns
Type |
Description |
System.Boolean |
|