Class: BrNfe::Product::Nfe::ItemTax::Importacao

Inherits:
ActiveModelBase show all
Defined in:
lib/br_nfe/product/nfe/item_tax/importacao.rb

Instance Attribute Summary collapse

Attributes inherited from ActiveModelBase

#reference

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_calculoObject

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_aduaneirasObject

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_impostoObject

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_iofObject

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