TagXmlDocumento
            
        : string
    
    
            
            in package
            
        
    
    
    
        
            Enum del Tag XML donde va el documento (tag DTE).
Table of Contents
Cases
- DOCUMENTO = 'Documento'
- EXPORTACIONES = 'Exportaciones'
- LIQUIDACION = 'Liquidacion'
Methods
- getDescripcion() : string
- Entrega la descripción del tag XML.
- getNombre() : string
- Entrega el nombre del tag XML.
Cases
DOCUMENTO
LIQUIDACION
EXPORTACIONES
Methods
getDescripcion()
Entrega la descripción del tag XML.
    public
                    getDescripcion() : string
    Return values
stringgetNombre()
Entrega el nombre del tag XML.
    public
                    getNombre() : string