PgmeiDebito class
Débito em dívida ativa do PGMEI
Constructors
- PgmeiDebito({required String periodoApuracao, required String tributo, required double valor, required String enteFederado, required String situacaoDebito})
-
PgmeiDebito.fromJson(Map<
String, dynamic> json) -
factory
Properties
- enteFederado → String
-
Nome do ente federado onde há o débito (ex: "União")
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- periodoApuracao → String
-
Período de apuração em formato AAAAMM
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- situacaoDebito → String
-
Texto descrevendo a situação da dívida do tributo (ex: "Enviado à PFN")
final
- tributo → String
-
Nome do tributo com débito em Dívida Ativa (ex: "INSS")
final
- valor → double
-
Valor do tributo
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