DetalhesPagamentoData class

Constructors

DetalhesPagamentoData({required String numeroDas, required String codigoBarras, required double valorPagoArrecadacao, required String dataPagamento, required List<PagamentoDebito> pagamentosDebitos})
DetalhesPagamentoData.fromJson(String jsonString)
factory

Properties

codigoBarras String
final
dataPagamento String
final
dataPagamentoFormatada String
Data de pagamento formatada (DD/MM/AAAA)
no setter
hashCode int
The hash code for this object.
no setterinherited
numeroDas String
final
pagamentosDebitos List<PagamentoDebito>
final
quantidadeDebitosPagos int
Quantidade de débitos pagos
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
temPagamentosDebitos bool
Verifica se há pagamentos de débitos
no setter
valorPagoArrecadacao double
final
valorPagoArrecadacaoFormatado String
Valor pago 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