ConsultarParcelamentoResponse class

Constructors

ConsultarParcelamentoResponse({required String status, required List<Mensagem> mensagens, ParcelamentoDetalhado? dados})
ConsultarParcelamentoResponse.fromJson(Map<String, dynamic> json)
factory

Properties

dados ParcelamentoDetalhado?
final
hashCode int
The hash code for this object.
no setterinherited
mensagemPrincipal String
Mensagem principal de sucesso ou erro
no setter
mensagens List<Mensagem>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
final
sucesso bool
Verifica se a requisição foi bem-sucedida
no setter
temDadosParcelamento bool
Verifica se há dados de parcelamento disponíveis
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.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited