Authorization class

Constructors

Authorization({String mode = "", String? endpoint})
Authorization.fromJson(Map<String, dynamic> json)

Properties

address String?
getter/setter pair
city String?
getter/setter pair
country String?
getter/setter pair
endpoint String?
getter/setter pair
fields List?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
mode String
getter/setter pair
note String?
getter/setter pair
otp String?
getter/setter pair
pin String?
getter/setter pair
redirect String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state String?
getter/setter pair
validateInstructions String?
getter/setter pair
zipcode String?
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

Constants

AVS → const String
CALLBACK → const String
OTP → const String
PIN → const String
REDIRECT → const String
VBV → const String
VBVSECURE → const String