ConsolidarEmitirDarfResponse class
Modelo para resposta de consolidação e emissão de DARF
Constructors
-
ConsolidarEmitirDarfResponse({required int status, List<
MensagemNegocio> ? mensagens, ConsolidadoDarf? consolidado, String? darf, String? numeroDocumento}) -
ConsolidarEmitirDarfResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- consolidado → ConsolidadoDarf?
-
Dados consolidados do cálculo
final
- darf → String?
-
Conteúdo binário Base64 contendo o PDF do DARF
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
mensagens
→ List<
MensagemNegocio> ? -
Mensagens explicativas retornadas no acionamento do serviço
final
- numeroDocumento → String?
-
Número do documento
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- status → int
-
Status HTTP retornado no acionamento do serviço
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited