ConsultarResolucaoRequest class

Modelo de dados para consultar resolução do Regime de Caixa

Representa os dados necessários para consultar a resolução para o regime de caixa através do serviço CONSULTARRESOLUCAO104

Constructors

ConsultarResolucaoRequest({required int anoCalendario})
ConsultarResolucaoRequest.fromJson(Map<String, dynamic> json)
factory

Properties

anoCalendario int
Ano (SIM - Obligatório)
final
hashCode int
The hash code for this object.
no setterinherited
isAnoCalendarioValido bool
Valida se o ano calendário está dentro dos limites permitidos
no setter
isValid bool
Valida se todos os campos obrigatórios estão preenchidos e válidos
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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