Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Transp

    Classe de informações do Transp

    Inheritance
    object
    Transp
    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.NFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    [XmlType(AnonymousType = true, Namespace = "http://www.portalfiscal.inf.br/nfe")]
    public class Transp

    Properties

    Balsa

    Identificação da balsa

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

    ModFrete

    Modalidade do frete

    Declaration
    [XmlElement("modFrete")]
    public ModalidadeFrete ModFrete { get; set; }
    Property Value
    Type Description
    ModalidadeFrete

    Reboque

    Dados do reboque/Dolly

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

    RetTransp

    Dados da retenção ICMS do Transporte

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

    Transporta

    Dados do transportador

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

    Vagao

    Identificação do vagão

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

    VeicTransp

    Dados do veículo

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

    Vol

    Dados dos volumes

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

    Methods

    ShouldSerializeBalsa()

    Declaration
    public bool ShouldSerializeBalsa()
    Returns
    Type Description
    bool

    ShouldSerializeVagao()

    Declaration
    public bool ShouldSerializeVagao()
    Returns
    Type Description
    bool

    ShouldSerializeVol()

    Declaration
    public bool ShouldSerializeVol()
    Returns
    Type Description
    bool