DetailsRequestAuthenticationData class abstract
DetailsRequestAuthenticationData
Properties:
- authenticationOnly - Required to trigger the authentication-only flow. If set to true, you will only perform the 3D Secure 2 authentication, and will not proceed to the payment authorization.Default: false.
- Annotations
-
- @BuiltValue.new()
Constructors
- DetailsRequestAuthenticationData([void updates(DetailsRequestAuthenticationDataBuilder b)])
-
factory
Properties
- authenticationOnly → bool?
-
Required to trigger the authentication-only flow. If set to true, you will only perform the 3D Secure 2 authentication, and will not proceed to the payment authorization.Default: false.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rebuild(
dynamic updates(DetailsRequestAuthenticationDataBuilder)) → DetailsRequestAuthenticationData -
Rebuilds the instance.
inherited
-
toBuilder(
) → DetailsRequestAuthenticationDataBuilder -
Converts the instance to a builder
B.inherited -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
-
serializer
→ Serializer<
DetailsRequestAuthenticationData> -
no setter