DocumentoArrecadacao class
Documento de arrecadação
Constructors
-
DocumentoArrecadacao({required String numeroDocumento, required PagtoWebTipoDocumento tipo, required String periodoApuracao, required String dataArrecadacao, required String dataVencimento, required ReceitaPrincipal receitaPrincipal, String? referencia, required double valorTotal, required double valorPrincipal, double? valorMulta, double? valorJuros, double? valorSaldoTotal, double? valorSaldoPrincipal, double? valorSaldoMulta, double? valorSaldoJuros, required List<
Desmembramento> desmembramentos}) -
DocumentoArrecadacao.fromJson(Map<
String, dynamic> json) -
factory
Properties
- dataArrecadacao → String
-
final
- dataVencimento → String
-
final
-
desmembramentos
→ List<
Desmembramento> -
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- numeroDocumento → String
-
final
- periodoApuracao → String
-
final
- receitaPrincipal → ReceitaPrincipal
-
final
- referencia → String?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tipo → PagtoWebTipoDocumento
-
final
- valorJuros → double?
-
final
- valorMulta → double?
-
final
- valorPrincipal → double
-
final
- valorSaldoJuros → double?
-
final
- valorSaldoMulta → double?
-
final
- valorSaldoPrincipal → double?
-
final
- valorSaldoTotal → double?
-
final
- valorTotal → 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