EMVTermConfig class

Annotations
  • @JsonSerializable.new()

Constructors

EMVTermConfig({int? referCurrCon, String? merchName, String? merchCateCode, String? merchId, String? termId, int? termType, String? capability, String? extCapability, String? transCurrCode, int? transCurrExp, String? referCurrCode, int? referCurrExp, String? countryCode, Map<String, String>? extField})
EMVTermConfig.fromJson(Map<String, dynamic> json)
factory

Properties

capability String?
getter/setter pair
countryCode String?
getter/setter pair
extCapability String?
getter/setter pair
extField Map<String, String>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
merchCateCode String?
getter/setter pair
merchId String?
getter/setter pair
merchName String?
getter/setter pair
referCurrCode String?
getter/setter pair
referCurrCon int?
getter/setter pair
referCurrExp int?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
termId String?
getter/setter pair
termType int?
getter/setter pair
transCurrCode String?
getter/setter pair
transCurrExp int?
getter/setter pair

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