AmbiguousBLIKPayment class
Class responsible for storing information about ambiguous BLIK payment.
- transactionId - id of transaction received from ScreenlessBlikAmbiguousAlias result
- blikAlias - alias used to create BLIK one click payment that returned ScreenlessBlikAmbiguousAlias result
- ambiguousAlias - ambiguous alias selected by user from list provided by ScreenlessBlikAmbiguousAlias result
- Annotations
-
- @JsonSerializable(explicitToJson: true)
Constructors
- AmbiguousBLIKPayment({required String transactionId, required BlikAlias blikAlias, required AmbiguousAlias ambiguousAlias})
-
AmbiguousBLIKPayment.fromJson(Map<
String, dynamic> json) -
factory
Properties
- ambiguousAlias → AmbiguousAlias
-
final
- blikAlias → BlikAlias
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- transactionId → String
-
final
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