Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class GCBSGCredPres

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

    Properties

    CCredPres

    Usar tabela Cred Presumido, para o emitente da nota.

    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

    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