Ofx class

Constructors

Ofx({required Status statusOfx, required DateTime server, required DateTime serverLocal, required String language, required FinancialInstitution financialInstitution, required String transactionUniqueID, required Status statusTransaction, required String currency, required String bankID, required String accountID, required String accountType, required DateTime start, required DateTime startLocal, required DateTime end, required DateTime endLocal, required List<Transaction> transactions})
Ofx.fromJson(String source)
factory
Ofx.fromMap(Map<String, dynamic> map)
factory
Ofx.fromString(String xml)
factory

Properties

accountID String
final
accountType String
final
bankID String
final
currency String
final
end DateTime
final
endLocal DateTime
final
financialInstitution → FinancialInstitution
final
hashCode int
The hash code for this object.
no setterinherited
language String
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
server DateTime
final
serverLocal DateTime
final
start DateTime
final
startLocal DateTime
final
statusOfx → Status
final
statusTransaction → Status
final
transactions List<Transaction>
final
transactionUniqueID String
final

Methods

copyWith({Status? statusOfx, DateTime? server, DateTime? serverLocal, String? language, FinancialInstitution? financialInstitution, String? transactionUniqueID, Status? statusTransaction, String? currency, String? bankID, String? accountID, String? accountType, DateTime? start, DateTime? startLocal, DateTime? end, DateTime? endLocal, List<Transaction>? transactions}) Ofx
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() String
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
override

Operators

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