ParcelamentoDetalhado class
Constructors
-
ParcelamentoDetalhado({required int numero, required int dataDoPedido, required String situacao, required int dataDaSituacao, required List<
ConsolidacaoOriginal> consolidacoesOriginais, required List<AlteracaoDivida> alteracoesDivida, required List<DemonstrativoPagamento> demonstrativosPagamento}) - ParcelamentoDetalhado.fromJson(String jsonString)
-
factory
Properties
-
alteracoesDivida
→ List<
AlteracaoDivida> -
final
-
consolidacoesOriginais
→ List<
ConsolidacaoOriginal> -
final
- dataDaSituacao → int
-
final
- dataDaSituacaoFormatada → String
-
Data da situação formatada (DD/MM/AAAA)
no setter
- dataDoPedido → int
-
final
- dataDoPedidoFormatada → String
-
Data do pedido formatada (DD/MM/AAAA)
no setter
-
demonstrativosPagamento
→ List<
DemonstrativoPagamento> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isAtivo → bool
-
Verifica se o parcelamento está ativo
no setter
- isEncerrado → bool
-
Verifica se o parcelamento está encerrado
no setter
- numero → int
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- situacao → String
-
final
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