BinNumber class

Inheritance

Constructors

BinNumber({String? binNumber, String? cardType, String? cardAssociation, String? cardFamily, String? bankName, int? bankCode, int? commercial, required dynamic json})
BinNumber.fromJson(Map<String, dynamic> json)
factory

Properties

bankCode int?
final
bankName String?
final
binNumber String?
final
cardAssociation String?
final
cardFamily String?
final
cardType String?
final
commercial int?
final
conversationId String?
getter/setter pairinherited
errorCode String?
getter/setter pairinherited
errorMessage String?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
locale String?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
status String
getter/setter pairinherited
systemTime int?
getter/setter pairinherited

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.
override

Operators

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