ConsultarOpcaoRegimeResponse class
Modelo de dados de resposta para consultar opção específica de regime
Representa a resposta do serviço CONSULTAROPCAOREGIME103
Constructors
-
ConsultarOpcaoRegimeResponse({required int status, required List<
MensagemNegocio> mensagens, RegimeApuracao? dados}) -
ConsultarOpcaoRegimeResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- dados → RegimeApuracao?
-
Dados de retorno contendo informações do regime de apuração
final
- hasData → bool
-
Indica se há dados disponíveis
no setter
- hasErrors → bool
-
Indica se há mensagens de erro
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- hasWarnings → bool
-
Indica se há mensagens de aviso
no setter
- isSuccess → bool
-
Indica se a operação foi bem-sucedida
no setter
-
mensagens
→ List<
MensagemNegocio> -
Mensagens explicativas retornadas no acionamento do serviço
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → int
-
Status HTTP retornado no acionamento do serviço
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited