Class PagamentoCIOT
Inheritance
PagamentoCIOT
Assembly: Unimake.Business.DFe.dll
Syntax
public class PagamentoCIOT
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
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
Parcelas
Declaration
[XmlArray("Parcelas")]
[XmlArrayItem("Parcela")]
public List<ParcelaCIOT> Parcelas { get; set; }
Property Value
TipoPagamento
Declaration
[XmlElement("TipoPagamento")]
public TipoPagamentoFreteCIOT TipoPagamento { get; set; }
Property Value
Methods
ShouldSerializeChavePix()
Declaration
public bool ShouldSerializeChavePix()
Returns
ShouldSerializeCodigoInstituicaoFinanceira()
Declaration
public bool ShouldSerializeCodigoInstituicaoFinanceira()
Returns
ShouldSerializeCodigoPagamento()
Declaration
public bool ShouldSerializeCodigoPagamento()
Returns
ShouldSerializeIdentificadorPix()
Declaration
public bool ShouldSerializeIdentificadorPix()
Returns
ShouldSerializeNumeroAgencia()
Declaration
public bool ShouldSerializeNumeroAgencia()
Returns
ShouldSerializeNumeroConta()
Declaration
public bool ShouldSerializeNumeroConta()
Returns
ShouldSerializeParcelas()
Declaration
public bool ShouldSerializeParcelas()
Returns