Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class ValePed

    Inheritance
    object
    ValePed
    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.MDFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlType(Namespace = "http://www.portalfiscal.inf.br/mdfe")]
    public class ValePed

    Properties

    CategCombVeic

    Categoria de Combinação Veicular

    Declaration
    [XmlElement("categCombVeic")]
    public CategoriaCombinacaoVeicular? CategCombVeic { get; set; }
    Property Value
    Type Description
    CategoriaCombinacaoVeicular?

    Disp

    Detalhamento do Vale Pedágio

    Declaration
    [XmlElement("disp")]
    public List<Disp> Disp { get; set; }
    Property Value
    Type Description
    List<Disp>

    Methods

    ShouldSerializeCategCombVeic()

    Verifica se deve serializar o campo CategCombVeic (não nulo)

    Declaration
    public bool ShouldSerializeCategCombVeic()
    Returns
    Type Description
    bool