Class InfPagamento
Assembly: Unimake.Business.DFe.dll
Syntax
public class InfPagamento
Properties
ChavePix
Declaration
[XmlElement("ChavePix")]
public string ChavePix { get; set; }
Property Value
CodigoInstituicaoFinanceira
Declaration
[XmlElement("CodigoInstituicaoFinanceira")]
public string CodigoInstituicaoFinanceira { get; set; }
Property Value
CodigoPagamento
Declaration
[XmlElement("CodigoPagamento")]
public string CodigoPagamento { get; set; }
Property Value
CpfCnpjCreditado
Declaration
[XmlElement("CpfCnpjCreditado")]
public string CpfCnpjCreditado { get; set; }
Property Value
DataVencimento
Declaration
[XmlIgnore]
[JsonIgnore]
public DateTimeOffset DataVencimento { get; set; }
Property Value
DataVencimentoField
Declaration
[XmlElement("DataVencimento")]
[JsonProperty("DataVencimento")]
public string DataVencimentoField { get; set; }
Property Value
IdentificadorPix
Declaration
[XmlElement("IdentificadorPix")]
public string IdentificadorPix { get; set; }
Property Value
IndPagamento
Declaration
[XmlElement("IndPagamento")]
public IndicadorPagamentoCIOT IndPagamento { get; set; }
Property Value
NumeroAgencia
Declaration
[XmlElement("NumeroAgencia")]
public string NumeroAgencia { get; set; }
Property Value
NumeroConta
Declaration
[XmlElement("NumeroConta")]
public string NumeroConta { get; set; }
Property Value
NumeroParcela
Declaration
[XmlElement("NumeroParcela")]
public string NumeroParcela { get; set; }
Property Value
TipoPagamento
Declaration
[XmlElement("TipoPagamento")]
public TipoPagamentoFreteCIOT TipoPagamento { get; set; }
Property Value
ValorParcela
Declaration
[XmlIgnore]
public double ValorParcela { get; set; }
Property Value
ValorParcelaField
Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade ValorParcela para atribuir ou resgatar o valor)
Declaration
[XmlElement("ValorParcela")]
public string ValorParcelaField { get; set; }
Property Value
Methods
ShouldSerializeChavePix()
Declaration
public bool ShouldSerializeChavePix()
Returns
ShouldSerializeCodigoInstituicaoFinanceira()
Declaration
public bool ShouldSerializeCodigoInstituicaoFinanceira()
Returns
ShouldSerializeCodigoPagamento()
Declaration
public bool ShouldSerializeCodigoPagamento()
Returns
ShouldSerializeDataVencimento()
Declaration
public bool ShouldSerializeDataVencimento()
Returns
ShouldSerializeDataVencimentoField()
Declaration
public bool ShouldSerializeDataVencimentoField()
Returns
ShouldSerializeIdentificadorPix()
Declaration
public bool ShouldSerializeIdentificadorPix()
Returns
ShouldSerializeNumeroAgencia()
Declaration
public bool ShouldSerializeNumeroAgencia()
Returns
ShouldSerializeNumeroConta()
Declaration
public bool ShouldSerializeNumeroConta()
Returns
ShouldSerializeNumeroParcela()
Declaration
public bool ShouldSerializeNumeroParcela()
Returns
ShouldSerializeValorParcelaField()
Declaration
public bool ShouldSerializeValorParcelaField()
Returns