Class PagtoOperMDFeInfPag
Inherited Members
Namespace: Unimake.Business.DFe.Xml.MDFe
Assembly: Unimake.Business.DFe.dll
Syntax
[Serializable]
[XmlRoot(ElementName = "infPag")]
public class PagtoOperMDFeInfPag : InfContratante
Properties
Comp
Lista de componentes de pagamento.
Declaration
[XmlElement("Comp")]
public List<Comp> Comp { get; set; }
Property Value
| Type | Description |
|---|---|
| List<Comp> |
IndAntecipaAdiant
Indicador para declarar concordância em antecipar o adiantamento (Informar a tag somente se for autorizado antecipar o adiantamento)
Declaration
[XmlElement("indAntecipaAdiant")]
public int IndAntecipaAdiant { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
IndPag
Indicador de pagamento.
Declaration
[XmlIgnore]
public IndicadorPagamento IndPag { get; set; }
Property Value
| Type | Description |
|---|---|
| IndicadorPagamento |
IndPagField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "IndPag" para atribuir ou resgatar o valor)
Declaration
[XmlElement("indPag")]
public int IndPagField { get; set; }
Property Value
| Type | Description |
|---|---|
| int |
InfBanc
Informações bancárias.
Declaration
[XmlElement("infBanc")]
public InfBanc InfBanc { get; set; }
Property Value
| Type | Description |
|---|---|
| InfBanc |
InfPrazo
Informações de prazo de pagamento.
Declaration
[XmlElement("infPrazo")]
public List<InfPrazo> InfPrazo { get; set; }
Property Value
| Type | Description |
|---|---|
| List<InfPrazo> |
TpAntecip
Tipo de Permissão em relação a antecipação das parcelas
Declaration
[XmlElement("tpAntecip")]
public TipoPermissaoAtencipacaoParcela? TpAntecip { get; set; }
Property Value
| Type | Description |
|---|---|
| TipoPermissaoAtencipacaoParcela? |
VAdiant
Valor do adiantamento.
Declaration
[XmlIgnore]
public double VAdiant { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
VAdiantField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "VAdiant" para atribuir ou resgatar o valor)
Declaration
[XmlElement("vAdiant")]
public string VAdiantField { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
VContrato
Valor do contrato.
Declaration
[XmlIgnore]
public double VContrato { get; set; }
Property Value
| Type | Description |
|---|---|
| double |
VContratoField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "VContrato" para atribuir ou resgatar o valor)
Declaration
[XmlElement("vContrato")]
public string VContratoField { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Methods
ShouldSerializeIndAntecipaAdiant()
Indica se a propriedade IndAntecipaAdiant deve ser serializada.
Declaration
public bool ShouldSerializeIndAntecipaAdiant()
Returns
| Type | Description |
|---|---|
| bool |
ShouldSerializeTpAntecip()
Indica se a propriedade TpAntecip deve ser serializada.
Declaration
public bool ShouldSerializeTpAntecip()
Returns
| Type | Description |
|---|---|
| bool |