DetalhesPagamento class

Constructors

DetalhesPagamento({required String numeroDas, required int dataVencimento, required int paDasGerado, required String geradoEm, required String numeroParcelamento, required String numeroParcela, required int dataLimiteAcolhimento, required List<PagamentoDebito> pagamentoDebitos, required int dataPagamento, required String bancoAgencia, required double valorPagoArrecadacao})
DetalhesPagamento.fromJson(Map<String, dynamic> json)
factory

Properties

bancoAgencia String
final
dataLimiteAcolhimento int
final
dataPagamento int
final
dataVencimento int
final
geradoEm String
final
hashCode int
The hash code for this object.
no setterinherited
numeroDas String
final
numeroParcela String
final
numeroParcelamento String
final
paDasGerado int
final
pagamentoDebitos List<PagamentoDebito>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
valorPagoArrecadacao double
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.
inherited

Operators

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