ConsultarPedidosResponse class

Constructors

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

Properties

dados ParcelamentosData?
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
parcelamentosAtivos List<Parcelamento>
Lista de parcelamentos ativos
no setter
parcelamentosEncerrados List<Parcelamento>
Lista de parcelamentos encerrados
no setter
quantidadeParcelamentos int
Quantidade de parcelamentos encontrados
no setter
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
temParcelamentos bool
Verifica se há parcelamentos 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