Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class GDevTrib

    Grupo de Informações da devolução de tributos

    Inheritance
    object
    GDevTrib
    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 GDevTrib

    Properties

    PDevTrib

    Percentual de devolução do tributo

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

    PDevTribField

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

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

    VDevTrib

    Valor do tributo devolvido

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

    VDevTribField

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

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

    Methods

    ShouldSerializePDevTribField()

    Declaration
    public bool ShouldSerializePDevTribField()
    Returns
    Type Description
    bool