ConsultarResolucaoResponse class
Modelo de dados de resposta para consultar resolução do regime de caixa
Representa a resposta do serviço CONSULTARRESOLUCAO104
Constructors
-
ConsultarResolucaoResponse({required int status, required List<
MensagemNegocio> mensagens, ResolucaoRegimeCaixa? dados}) -
ConsultarResolucaoResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- dados → ResolucaoRegimeCaixa?
-
Dados de retorno contendo o texto da resoluçã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