PagamentoDebito class

Constructors

PagamentoDebito({required String competencia, required String tipoDebito, required double valorPrincipal, required double valorMulta, required double valorJuros, required double valorTotal, required List<DiscriminacaoDebito> discriminacoes})
PagamentoDebito.fromJson(Map<String, dynamic> json)
factory

Properties

competencia String
final
discriminacoes List<DiscriminacaoDebito>
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
temDiscriminacoes bool
Verifica se há discriminações
no setter
tipoDebito String
final
valorJuros double
final
valorJurosFormatado String
Valor dos juros formatado como moeda brasileira
no setter
valorMulta double
final
valorMultaFormatado String
Valor da multa formatado como moeda brasileira
no setter
valorPrincipal double
final
valorPrincipalFormatado String
Valor principal formatado como moeda brasileira
no setter
valorTotal double
final
valorTotalFormatado 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