ThreeDSecureConfigurationParams class
Parameters to configure the 3d secure screen.
- Annotations
-
- @freezed
Constructors
- ThreeDSecureConfigurationParams({int? timeout, ThreeDSecureLabelThemeData? label, ThreeDSecureTextFieldThemeData? textField, ThreeDSecureButtonThemeData? submitButton, ThreeDSecureButtonThemeData? cancelButton, ThreeDSecureButtonThemeData? nextButton, ThreeDSecureButtonThemeData? continueButton, ThreeDSecureButtonThemeData? resendButton})
-
constfactory
-
ThreeDSecureConfigurationParams.fromJson(Map<
String, dynamic> json) -
factory
Properties
- cancelButton → ThreeDSecureButtonThemeData?
-
Styling for the 3d secure cancel button.
no setterinherited
- continueButton → ThreeDSecureButtonThemeData?
-
Styling for the 3d secure continue button.
no setterinherited
-
copyWith
→ $ThreeDSecureConfigurationParamsCopyWith<
ThreeDSecureConfigurationParams> -
no setterinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- label → ThreeDSecureLabelThemeData?
-
Styling for the 3d secure label.
no setterinherited
-
Styling for the 3d secure navigation bar.
no setterinherited
- nextButton → ThreeDSecureButtonThemeData?
-
Styling for the 3d secure next button.
no setterinherited
- resendButton → ThreeDSecureButtonThemeData?
-
Styling for the 3d secure resend button.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- submitButton → ThreeDSecureButtonThemeData?
-
Styling for the 3d secure confirmation button.
no setterinherited
- textField → ThreeDSecureTextFieldThemeData?
-
Styling for the 3d secure textfield.
no setterinherited
- timeout → int?
-
Desired timeout in milliseconds.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited