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)

32 lines (26 loc) 482 B
'use strict' const Node = require('../Node') class IdentificacionVehicular extends Node { /** * * @returns {string} */ get nodeName() { return 'cartaporte:IdentificacionVehicular' } /** * * @returns {string} */ get parentNodeName() { return 'cartaporte:AutotransporteFederal' } /** * * @returns {boolean} */ get multiple() { return true; } } module.exports = IdentificacionVehicular