Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class GCredPres

    Inheritance
    object
    GCredPres
    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
    public class GCredPres

    Properties

    GCBS

    Grupo de CBS

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

    GIBS

    Grupo de IBS

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

    NItem

    Número do item

    Declaration
    [XmlAttribute(AttributeName = "nItem")]
    public int NItem { get; set; }
    Property Value
    Type Description
    int

    VBC

    Valor do base de cálculo do item

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

    VBCField

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

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