ConsultarParcelasResponse class
Constructors
-
ConsultarParcelasResponse({required String status, required List<
Mensagem> mensagens, ListaParcelasData? dados}) -
ConsultarParcelasResponse.fromJson(Map<
String, dynamic> json) -
factory
Properties
- dados → ListaParcelasData?
-
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
-
parcelasEmDia
→ List<
Parcela> -
Lista de parcelas em dia
no setter
-
parcelasVencidas
→ List<
Parcela> -
Lista de parcelas vencidas
no setter
- quantidadeParcelas → int
-
Quantidade de parcelas disponíveis
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
- temParcelas → bool
-
Verifica se há parcelas disponíveis
no setter
- valorTotalParcelas → double
-
Valor total das parcelas disponíveis
no setter
- valorTotalParcelasFormatado → String
-
Valor total formatado como moeda brasileira
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