DetalhesPagamentoRelpmei class

Modelo para Detalhes de Pagamento RELPMEI

Constructors

DetalhesPagamentoRelpmei({required String numeroDas, required int dataVencimento, required String paDasGerado, required String geradoEm, required String numeroParcelamento, required String numeroParcela, required int dataLimiteAcolhimento, required int dataPagamento, required String bancoAgencia, required double valorPagoArrecadacao})
DetalhesPagamentoRelpmei.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 String
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