UNPKG

@alexotano/cfdi-sat

Version:

Libreria para la generación y sellado de XML para facturación electrónica 4.0 en México (SAT)

33 lines (26 loc) 424 B
'use strict' const Node = require('../Node') class Ubicacion extends Node { /** * * @returns {string} */ get nodeName() { return 'cartaporte31:Ubicacion' } /** * * @returns {string} */ get parentNodeName() { return 'cartaporte31:Ubicaciones' } /** * * @returns {boolean} */ get multiple() { return true; } } module.exports = Ubicacion