DeclaracaoTransmitida class

Declaração transmitida

Constructors

DeclaracaoTransmitida({required String idDeclaracao, required String dataHoraTransmissao, required List<ValorDevido> valoresDevidos, required String declaracao, required String recibo, String? notificacaoMaed, String? darf, DetalhamentoDarfMaed? detalhamentoDarfMaed})
DeclaracaoTransmitida.fromJson(Map<String, dynamic> json)
factory

Properties

darf String?
PDF do DARF. No caso de não ter MAED este campo é nulo
final
dataHoraTransmissao String
Data e hora da transmissão no formato AAAAMMDDHHmmSS
final
declaracao String
PDF da declaração no formato Base64
final
detalhamentoDarfMaed DetalhamentoDarfMaed?
Detalhamento dos valores do Darf
final
hashCode int
The hash code for this object.
no setterinherited
idDeclaracao String
ID da Declaração que foi transmitida
final
notificacaoMaed String?
PDF da notificação MAED. No caso de não ter MAED este campo é nulo
final
recibo String
PDF do recibo no formato Base64
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
valoresDevidos List<ValorDevido>
Valor devidos calculados pelo sistema
final
valorTotalDevido double
Valor total devido
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