AtualizarBeneficioResponse class
Modelo de resposta para ATUBENEFICIO23 - Atualizar Benefício
Representa a resposta do serviço ATUBENEFICIO23 que permite registrar benefício para determinada apuração do PGMEI
- Inheritance
-
- Object
- PgmeiBaseResponse
- AtualizarBeneficioResponse
Constructors
-
AtualizarBeneficioResponse({required int status, required List<
Mensagem> mensagens, required Map<String, dynamic> ? dados}) -
AtualizarBeneficioResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
beneficiosAtualizados
→ List<
AtualizarBeneficioIntegraMei> ? -
Parse dos dados como lista de benefícios atualizados
no setter
-
dados
→ Map<
String, dynamic> ? -
Estrutura de dados de retorno (Map parseado)
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- mensagemErro → String?
-
Texto da primeira mensagem de erro (conveniência para exibição).
Retorna null se não houver mensagens.
no setterinherited
-
mensagens
→ List<
Mensagem> -
Mensagem explicativa retornada no acionamento do serviço
É um array composto de Código e texto da mensagem
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → int
-
Status HTTP retornado no acionamento do serviço
finalinherited
- sucesso → bool
-
Indica se a operação foi bem-sucedida
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited