Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class ParcelaCIOT

    Inheritance
    object
    ParcelaCIOT
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Unimake.Business.DFe.Xml.CIOT
    Assembly: Unimake.Business.DFe.dll
    Syntax
    public class ParcelaCIOT

    Properties

    DataVencimento

    Declaration
    [XmlIgnore]
    [JsonIgnore]
    public DateTimeOffset DataVencimento { get; set; }
    Property Value
    Type Description
    DateTimeOffset

    DataVencimentoField

    Declaration
    [XmlElement("DataVencimento")]
    [JsonProperty("DataVencimento")]
    public string DataVencimentoField { get; set; }
    Property Value
    Type Description
    string

    NumeroParcela

    Declaration
    [XmlElement("NumeroParcela")]
    public string NumeroParcela { get; set; }
    Property Value
    Type Description
    string

    ValorParcela

    Declaration
    [XmlElement("ValorParcela")]
    public string ValorParcela { get; set; }
    Property Value
    Type Description
    string

    Methods

    ShouldSerializeDataVencimento()

    Declaration
    public bool ShouldSerializeDataVencimento()
    Returns
    Type Description
    bool