AssetReportTransaction class

Inheritance
Available extensions
Annotations
  • @JsonSerializable(explicitToJson: true)

Constructors

AssetReportTransaction({String? dateTransacted})
AssetReportTransaction.fromJson(Map<String, dynamic> json)
factory

Properties

accountId String?
finalinherited
accountOwner String?
finalinherited
amount double?
finalinherited
authorizedDate String?
finalinherited
authorizedDatetime String?
finalinherited
category List<String>?
finalinherited
categoryId String?
finalinherited
date String?
finalinherited
datetime String?
finalinherited
dateTransacted String?
final
hashCode int
The hash code for this object.
no setterinherited
isoCurrencyCode String?
finalinherited
location Location?
finalinherited
merchantName String?
finalinherited
name String?
finalinherited
originalDescription String?
finalinherited
paymentChannel TransactionPaymentChannel?
finalinherited
paymentMeta PaymentMeta?
finalinherited
pending bool?
finalinherited
pendingTransactionId String?
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionCode TransactionCode?
finalinherited
transactionId String?
finalinherited
transactionType TransactionTransactionType?
finalinherited
unofficialCurrencyCode String?
finalinherited

Methods

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

Operators

operator ==(dynamic other) bool
The equality operator.
override

Constants

fromJsonFactory → const AssetReportTransaction Function(Map<String, dynamic> json)
toJsonFactory → const Map<String, dynamic> Function(AssetReportTransaction instance)