ReceitaAtividade class
Receita da atividade
Constructors
-
ReceitaAtividade({required double valor, String? codigoOutroMunicipio, String? outraUf, List<
Isencao> ? isencoes, List<Reducao> ? reducoes, List<QualificacaoTributaria> ? qualificacoesTributarias, List<ExigibilidadeSuspensa> ? exigibilidadesSuspensas}) -
ReceitaAtividade.fromJson(Map<
String, dynamic> json) -
factory
Properties
- codigoOutroMunicipio → String?
-
Código do município no caso de atividade em outro município
final
-
exigibilidadesSuspensas
→ List<
ExigibilidadeSuspensa> ? -
Informações de Exigibilidade Suspensa
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
isencoes
→ List<
Isencao> ? -
Informações de Isenção
final
- isValid → bool
-
Valida se a receita está correta
no setter
- isValorValido → bool
-
Valida se o valor é positivo
no setter
- outraUf → String?
-
UF no caso de atividade em outro município/UF
final
-
qualificacoesTributarias
→ List<
QualificacaoTributaria> ? -
Informações de qualificação tributária
final
-
reducoes
→ List<
Reducao> ? -
Informações de Redução
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- valor → double
-
Valor da parcela
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