Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class Imp

    Informações dos impostos do CTe.

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

    Properties

    IBSCBS

    Grupo de informações da Tributação IBS/CBS

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

    ICMS

    Informações do ICMS.

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

    ICMSUFFim

    Informações do ICMS para a UF de destino.

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

    InfAdFisco

    Informações adicionais do fisco.

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

    VTotTrib

    Valor total dos tributos.

    Declaration
    [XmlIgnore]
    public double VTotTrib { get; set; }
    Property Value
    Type Description
    double

    VTotTribField

    Propriedade auxiliar para serialização/desserialização do XML (Utilize sempre a propriedade "VTotTrib" para atribuir ou resgatar o valor)

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

    Methods

    ShouldSerializeInfAdFisco()

    Declaration
    public bool ShouldSerializeInfAdFisco()
    Returns
    Type Description
    bool

    ShouldSerializeVTotTribField()

    Declaration
    public bool ShouldSerializeVTotTribField()
    Returns
    Type Description
    bool