ThreeDS2ResultRequest class abstract
ThreeDS2ResultRequest
Properties:
- merchantAccount - The merchant account identifier, with which you want to process the transaction.
- pspReference - The pspReference returned in the /authorise call.
- Annotations
-
- @BuiltValue.new()
Constructors
- ThreeDS2ResultRequest([void updates(ThreeDS2ResultRequestBuilder b)])
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- merchantAccount → String
-
The merchant account identifier, with which you want to process the transaction.
no setter
- pspReference → String
-
The pspReference returned in the /authorise call.
no setter
- 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(ThreeDS2ResultRequestBuilder)) → ThreeDS2ResultRequest -
Rebuilds the instance.
inherited
-
toBuilder(
) → ThreeDS2ResultRequestBuilder -
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<
ThreeDS2ResultRequest> -
no setter