Class: BrNfe::Product::Nfe::ItemTax::Importacao
- Inherits:
-
ActiveModelBase
- Object
- ActiveModelBase
- BrNfe::Product::Nfe::ItemTax::Importacao
- Defined in:
- lib/br_nfe/product/nfe/item_tax/importacao.rb
Instance Attribute Summary collapse
-
#total_base_calculo ⇒ Object
VALOR BC DO IMPOSTO DE IMPORTAÇÃO.
-
#total_despesas_aduaneiras ⇒ Object
VALOR DESPESAS ADUANEIRAS.
-
#total_imposto ⇒ Object
VALOR IMPOSTO DE IMPORTAÇÃO.
-
#total_iof ⇒ Object
VALOR IMPOSTO SOBRE OPERAÇÕES FINANCEIRAS.
Attributes inherited from ActiveModelBase
Method Summary
Methods inherited from ActiveModelBase
#assign_attributes, #default_values, #initialize
Constructor Details
This class inherits a constructor from BrNfe::ActiveModelBase
Instance Attribute Details
#total_base_calculo ⇒ Object
VALOR BC DO IMPOSTO DE IMPORTAÇÃO
Type: Float Required: Yes Example: 120.00 tag: vBC
17 18 19 |
# File 'lib/br_nfe/product/nfe/item_tax/importacao.rb', line 17 def total_base_calculo @total_base_calculo end |
#total_despesas_aduaneiras ⇒ Object
VALOR DESPESAS ADUANEIRAS
Type: Float Required: Yes Example: 120.00 tag: vDespAdu
27 28 29 |
# File 'lib/br_nfe/product/nfe/item_tax/importacao.rb', line 27 def total_despesas_aduaneiras @total_despesas_aduaneiras end |
#total_imposto ⇒ Object
VALOR IMPOSTO DE IMPORTAÇÃO
Type: Float Required: Yes Example: 120.00 tag: vII
37 38 39 |
# File 'lib/br_nfe/product/nfe/item_tax/importacao.rb', line 37 def total_imposto @total_imposto end |
#total_iof ⇒ Object
VALOR IMPOSTO SOBRE OPERAÇÕES FINANCEIRAS
Type: Float Required: Yes Example: 120.00 tag: vIOF
47 48 49 |
# File 'lib/br_nfe/product/nfe/item_tax/importacao.rb', line 47 def total_iof @total_iof end |