Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class GCredito

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

    Properties

    NItem

    Número do item

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

    VCredCBS

    Valor da solicitação de crédito a ser apropriado de CBS

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

    VCredCBSField

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

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

    VCredIBS

    Valor da solicitação de crédito a ser apropriado de IBS

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

    VCredIBSField

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

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