Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class GCBSCredPres

    Grupo de Informações do Crédito Presumido referente ao CBS

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

    Properties

    CCredPres

    Código de Classificação do Crédito Presumido

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

    PCredPres

    Percentual do Crédito Presumido

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

    PCredPresField

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

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

    VCredPres

    Valor do Crédito Presumido

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

    VCredPresCondSus

    Valor do Crédito Presumido em condição suspensiva.

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

    VCredPresCondSusField

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

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

    VCredPresField

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

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

    Methods

    ShouldSerializePCredPresField()

    Declaration
    public bool ShouldSerializePCredPresField()
    Returns
    Type Description
    bool

    ShouldSerializeVCredPresCondSusField()

    Declaration
    public bool ShouldSerializeVCredPresCondSusField()
    Returns
    Type Description
    bool

    ShouldSerializeVCredPresField()

    Declaration
    public bool ShouldSerializeVCredPresField()
    Returns
    Type Description
    bool