ConsultarOpcaoRegimeRequest class
Modelo de dados para consultar opção específica de regime por ano
Representa os dados necessários para consultar a opção pelo regime de apuração através do serviço CONSULTAROPCAOREGIME103
Constructors
- ConsultarOpcaoRegimeRequest({required int anoCalendario})
-
ConsultarOpcaoRegimeRequest.fromJson(Map<
String, dynamic> json) -
factory
Properties
- anoCalendario → int
-
Ano Calendário (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