StartPayment class
Constructors
- StartPayment({bool showPaymentStatus = true, required String checkoutSession, required MethodSelected methodSelected})
-
const
Properties
- checkoutSession → String
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- methodSelected → MethodSelected
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- showPaymentStatus → bool
-
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toMap(
{required String countryCode}) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
covariant StartPayment other) → bool -
The equality operator.
override