Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class GCredPresOper

    Crédito Presumido da Operação

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

    Properties

    CCredPres

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

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

    GCBSCredPres

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

    Declaration
    [XmlElement("gCBSCredPres")]
    public GCBSCredPres GCBSCredPres { get; set; }
    Property Value
    Type Description
    GCBSCredPres

    GIBSCredPres

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

    Declaration
    [XmlElement("gIBSCredPres")]
    public GIBSCredPres GIBSCredPres { get; set; }
    Property Value
    Type Description
    GIBSCredPres

    VBCCredPres

    Valor da Base de Cálculo do Crédito Presumido da Operação

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

    VBCCredPresField

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

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