Class ParcelaCIOT
Assembly: Unimake.Business.DFe.dll
Syntax
Properties
DataVencimento
Declaration
[XmlIgnore]
[JsonIgnore]
public DateTimeOffset DataVencimento { get; set; }
Property Value
DataVencimentoField
Declaration
[XmlElement("DataVencimento")]
[JsonProperty("DataVencimento")]
public string DataVencimentoField { get; set; }
Property Value
NumeroParcela
Declaration
[XmlElement("NumeroParcela")]
public string NumeroParcela { get; set; }
Property Value
ValorParcela
Declaration
[XmlElement("ValorParcela")]
public string ValorParcela { get; set; }
Property Value
Methods
ShouldSerializeDataVencimento()
Declaration
public bool ShouldSerializeDataVencimento()
Returns