NFE class

Constructors

NFE({required Estabelecimento estabelecimento, required String nfeChave, required DateTime dataEmissao, required double? valorTotal, required double valorDesconto, required List<NfeFormaPagamento> formasPagamento, required double valorPago, required List<NfeItem> items, String? url, required double valorTributos})
NFE.fromMap(Map<String, dynamic> map)

Properties

dataEmissao DateTime
final
estabelecimento Estabelecimento
final
formasPagamento List<NfeFormaPagamento>
final
hashCode int
The hash code for this object.
no setterinherited
items List<NfeItem>
final
nfeChave String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
url String?
getter/setter pair
valorDesconto double
final
valorPago double
final
valorTotal double?
final
valorTributos double
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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