Copyright © Unimake Software
Generated with DocFX

Search Results for

    Class RefNF

    Classe de dados da NF modelo 1/1A referenciada ou NF modelo 2 referenciada

    Inheritance
    System.Object
    RefNF
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Unimake.Business.DFe.Xml.NFe
    Assembly: Unimake.Business.DFe.dll
    Syntax
    [Serializable]
    public class RefNF

    Fields

    AAMMField

    Declaration
    string AAMMField
    Field Value
    Type Description
    System.String

    ModField

    Declaration
    string ModField
    Field Value
    Type Description
    System.String

    Properties

    AAMM

    AAMM da emissão

    Declaration
    public string AAMM { get; set; }
    Property Value
    Type Description
    System.String

    CNPJ

    CNPJ do emitente do documento fiscal referenciado

    Declaration
    public string CNPJ { get; set; }
    Property Value
    Type Description
    System.String

    CUF

    Código da UF do emitente do Documento Fiscal. Utilizar a Tabela do IBGE

    Declaration
    public UFBrasil CUF { get; set; }
    Property Value
    Type Description
    UFBrasil

    CUFField

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

    Declaration
    public int CUFField { get; set; }
    Property Value
    Type Description
    System.Int32

    Mod

    Código do modelo do Documento Fiscal. Utilizar 01 para NF modelo 1/1A e 02 para NF modelo 02

    Declaration
    public string Mod { get; set; }
    Property Value
    Type Description
    System.String

    NNF

    Número do Documento Fiscal

    Declaration
    public int NNF { get; set; }
    Property Value
    Type Description
    System.Int32

    Serie

    Série do Documento Fiscal, informar zero se inexistente

    Declaration
    public int Serie { get; set; }
    Property Value
    Type Description
    System.Int32