ScreenlessPaymentCreated class
Indicates that payment was created. If it was a credit card or transfer payment you might have to display paymentUrl to the user to finish the payment. If it was a BLIK payment user has to accept it in bank app. It is advised to use long polling mechanism to observe payment status via transactionId.
- Inheritance
-
- Object
- ScreenlessResult
- ScreenlessPaymentCreated
Constructors
- ScreenlessPaymentCreated({required String transactionId, String? paymentUrl})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- paymentUrl → String?
-
final
- 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
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited