Module: BrNfe::Service::Response::Paths::V1::ServicoEnviarLoteRpsResposta
- Includes:
- Base
- Included in:
- Betha::V1::RecepcaoLoteRps, Thema::V1::RecepcaoLoteRps
- Defined in:
- lib/br_nfe/response/service/paths/v1/servico_enviar_lote_rps_resposta.rb
Instance Method Summary collapse
-
#response_lot_number_path ⇒ Object
Caminho referente ao caminho do número do lote.
-
#response_message_errors_path ⇒ Object
def response_message_alerts_path; [] end.
-
#response_protocol_path ⇒ Object
Caminho para encontrar o número do protocolo.
-
#response_received_date_path ⇒ Object
Caminho para encontrar a data de recebimento do lote/rps/nfe.
Methods included from Base
#response_cancelation_date_time_path, #response_invoice_base_calculation_path, #response_invoice_cancelamento_cnpj_path, #response_invoice_cancelamento_codigo_path, #response_invoice_cancelamento_data_hora_path, #response_invoice_cancelamento_inscricao_municipal_path, #response_invoice_cancelamento_municipio_path, #response_invoice_cancelamento_numero_nf_path, #response_invoice_cnae_code_path, #response_invoice_codigo_art_path, #response_invoice_codigo_municipio_path, #response_invoice_codigo_obra_path, #response_invoice_codigo_verificacao_path, #response_invoice_competencia_path, #response_invoice_data_emissao_path, #response_invoice_data_emissao_rps_path, #response_invoice_deductions_path, #response_invoice_desconto_condicionado_path, #response_invoice_desconto_incondicionado_path, #response_invoice_description_path, #response_invoice_destinatario_cnpj_path, #response_invoice_destinatario_cpf_path, #response_invoice_destinatario_email_path, #response_invoice_destinatario_endereco_bairro_path, #response_invoice_destinatario_endereco_cep_path, #response_invoice_destinatario_endereco_codigo_municipio_path, #response_invoice_destinatario_endereco_complemento_path, #response_invoice_destinatario_endereco_logradouro_path, #response_invoice_destinatario_endereco_numero_path, #response_invoice_destinatario_endereco_uf_path, #response_invoice_destinatario_inscricao_estadual_path, #response_invoice_destinatario_inscricao_municipal_path, #response_invoice_destinatario_inscricao_suframa_path, #response_invoice_destinatario_razao_social_path, #response_invoice_destinatario_telefone_path, #response_invoice_emitente_cnpj_path, #response_invoice_emitente_email_path, #response_invoice_emitente_endereco_bairro_path, #response_invoice_emitente_endereco_cep_path, #response_invoice_emitente_endereco_codigo_municipio_path, #response_invoice_emitente_endereco_complemento_path, #response_invoice_emitente_endereco_logradouro_path, #response_invoice_emitente_endereco_numero_path, #response_invoice_emitente_endereco_uf_path, #response_invoice_emitente_inscricao_municipal_path, #response_invoice_emitente_nome_fantasia_path, #response_invoice_emitente_razao_social_path, #response_invoice_emitente_telefone_path, #response_invoice_incentivador_cultural_path, #response_invoice_iss_retained_path, #response_invoice_iss_tax_rate_path, #response_invoice_item_lista_servico_path, #response_invoice_municipio_incidencia_path, #response_invoice_natureza_operacao_path, #response_invoice_nfe_substituidora_path, #response_invoice_numero_nf_path, #response_invoice_numero_processo_path, #response_invoice_optante_simples_nacional_path, #response_invoice_orgao_gerador_municipio_path, #response_invoice_orgao_gerador_uf_path, #response_invoice_outras_informacoes_path, #response_invoice_outras_retencoes_path, #response_invoice_regime_especial_tributacao_path, #response_invoice_responsavel_retencao_path, #response_invoice_rps_numero_path, #response_invoice_rps_serie_path, #response_invoice_rps_situacao_path, #response_invoice_rps_substituido_numero_path, #response_invoice_rps_substituido_serie_path, #response_invoice_rps_substituido_tipo_path, #response_invoice_rps_tipo_path, #response_invoice_total_iss_path, #response_invoice_total_services_path, #response_invoice_url_nf_path, #response_invoice_valor_cofins_path, #response_invoice_valor_csll_path, #response_invoice_valor_inss_path, #response_invoice_valor_ir_path, #response_invoice_valor_liquido_path, #response_invoice_valor_pis_path, #response_invoices_path, #response_message_code_key, #response_message_msg_key, #response_message_solution_key, #response_situation_key_values, #response_situation_path
Instance Method Details
#response_lot_number_path ⇒ Object
Caminho referente ao caminho do número do lote
10 11 12 |
# File 'lib/br_nfe/response/service/paths/v1/servico_enviar_lote_rps_resposta.rb', line 10 def response_lot_number_path [:enviar_lote_rps_resposta, :numero_lote] end |
#response_message_errors_path ⇒ Object
def response_message_alerts_path; [] end
25 26 27 |
# File 'lib/br_nfe/response/service/paths/v1/servico_enviar_lote_rps_resposta.rb', line 25 def [:enviar_lote_rps_resposta, :lista_mensagem_retorno, :mensagem_retorno] end |
#response_protocol_path ⇒ Object
Caminho para encontrar o número do protocolo
15 16 17 |
# File 'lib/br_nfe/response/service/paths/v1/servico_enviar_lote_rps_resposta.rb', line 15 def response_protocol_path [:enviar_lote_rps_resposta, :protocolo] end |
#response_received_date_path ⇒ Object
Caminho para encontrar a data de recebimento do lote/rps/nfe
20 21 22 |
# File 'lib/br_nfe/response/service/paths/v1/servico_enviar_lote_rps_resposta.rb', line 20 def response_received_date_path [:enviar_lote_rps_resposta, :data_recebimento] end |