DeclaracaoCompleta class
Declaração completa
Constructors
- DeclaracaoCompleta({required String numeroDeclaracao, required ArquivoRecibo recibo, required ArquivoDeclaracao declaracao, ArquivoMaed? maed})
-
DeclaracaoCompleta.fromJson(Map<
String, dynamic> json) -
factory
Properties
- declaracao → ArquivoDeclaracao
-
Estrutura de dados completa da declaração entregue. A saída é um PDF
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- maed → ArquivoMaed?
-
Nos casos de declaração original entregue fora do prazo, o PGDAS-D gera uma MAED
Essa estrutura representa os documentos de Notificação e DARF da MAED
final
- numeroDeclaracao → String
-
Identificador único da declaração transmitida
final
- recibo → ArquivoRecibo
-
Estrutura de dados do Recibo de entrega da declaração. A saída é um PDF
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- temMaed → bool
-
Indica se há MAED (Multa por Atraso na Entrega da Declaração)
no setter
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