Class: CFDI::Entidad
- Inherits:
-
ElementoComprobante
- Object
- ElementoComprobante
- CFDI::Entidad
- Defined in:
- lib/entidad.rb
Overview
Una persona fiscal
Instance Attribute Summary (collapse)
-
- (CFDI::Domicilio, Hash) domicilioFiscal
El domicilio de esta entidad.
-
- (CFDI::Domicilio, Hash) expedidoEn
El domicilio de la sucursal de emisión.
-
- (String) nombre
El nombre o razón social de la entidad.
-
- (String) regimenFiscal
El régimen fiscal, sólo de un emisor.
-
- (String) rfc
El RFC.
Method Summary
Methods inherited from ElementoComprobante
Constructor Details
This class inherits a constructor from CFDI::ElementoComprobante
Instance Attribute Details
- (CFDI::Domicilio, Hash) domicilioFiscal
El domicilio de esta entidad
10 11 12 |
# File 'lib/entidad.rb', line 10 def domicilioFiscal @domicilioFiscal end |
- (CFDI::Domicilio, Hash) expedidoEn
El domicilio de la sucursal de emisión
10 11 12 |
# File 'lib/entidad.rb', line 10 def expedidoEn @expedidoEn end |
- (String) nombre
El nombre o razón social de la entidad
10 11 12 |
# File 'lib/entidad.rb', line 10 def nombre @nombre end |
- (String) regimenFiscal
El régimen fiscal, sólo de un emisor
10 11 12 |
# File 'lib/entidad.rb', line 10 def regimenFiscal @regimenFiscal end |
- (String) rfc
El RFC
10 11 12 |
# File 'lib/entidad.rb', line 10 def rfc @rfc end |