Class: BrNfe::Product::Emitente
- Inherits:
-
BrNfe::Person
- Object
- ActiveModelBase
- BrNfe::Person
- BrNfe::Product::Emitente
- Defined in:
- lib/br_nfe/product/emitente.rb
Instance Attribute Summary collapse
-
#cnae_code ⇒ Object
Código CNAE.
-
#inscricao_estadual_st ⇒ Object
IE do Substituto Tributário da UF de destino da mercadoria, quando houver a retenção do ICMS ST para a UF de destino.
Attributes inherited from BrNfe::Person
#codigo_regime_tributario, #cpf_cnpj, #email, #incentivo_fiscal, #inscricao_estadual, #inscricao_municipal, #inscricao_suframa, #natureza_operacao, #nome_fantasia, #razao_social, #regime_especial_tributacao, #telefone
Attributes inherited from ActiveModelBase
Method Summary
Methods inherited from BrNfe::Person
#incentivo_fiscal?, #optante_simples_nacional?
Methods included from Association::HaveAddress
#endereco, #endereco=, #validar_endereco
Methods inherited from ActiveModelBase
#assign_attributes, #default_values, #initialize
Constructor Details
This class inherits a constructor from BrNfe::ActiveModelBase
Instance Attribute Details
#cnae_code ⇒ Object
Código CNAE
15 16 17 |
# File 'lib/br_nfe/product/emitente.rb', line 15 def cnae_code @cnae_code end |
#inscricao_estadual_st ⇒ Object
IE do Substituto Tributário da UF de destino da mercadoria, quando houver a retenção do ICMS ST para a UF de destino.
Tipo: Number
11 12 13 |
# File 'lib/br_nfe/product/emitente.rb', line 11 def inscricao_estadual_st @inscricao_estadual_st end |