CardTransaction class

CardTransaction object with card transaction -param {String} cardId -param {CurrencyCode} curType -param {String} merchant_code -param {String} merchant_name -param {String} country -param {double} amount -param {TransactionType} transactionType

Inheritance

Constructors

CardTransaction({String? cardId, CurrencyCode? curType, String? merchant_code, String? merchant_name, String? country, double? amount, TransactionType? transactionType})

Properties

amount double?
getter/setter pair
cardId String?
getter/setter pair
country String?
getter/setter pair
curType CurrencyCode?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
json Map<String, dynamic>
getter/setter pairinherited
merchant_code String?
getter/setter pair
merchant_name String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionType TransactionType?
getter/setter pair

Methods

getJson() Map<String, dynamic>
jsonStringParse() → dynamic
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
parseEnum(dynamic data, String key) → void
inherited
parseJson(dynamic data, String key) → void
inherited
parseObject(dynamic data, String key) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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