CredentialsPayload class

Constructors

CredentialsPayload({required String requestId, String? customerId, PredefinedAmount? predefinedAmount, Prefill? defaultUser, required String redirectUrl, bool? isWebView, bool? isiFrame, required TransactionType transactionType, UserFlow? userFlow})
CredentialsPayload.fromJson(Map<String, dynamic> json)
factory

Properties

customerId String?
getter/setter pair
defaultUser Prefill?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isiFrame bool?
getter/setter pair
isWebView bool?
getter/setter pair
predefinedAmount PredefinedAmount?
getter/setter pair
redirectUrl String
getter/setter pair
requestId String
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
transactionType TransactionType
getter/setter pair
userFlow UserFlow?
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