KKiaPayArguments class
Constructors
-
KKiaPayArguments({Key? key, required int amount, required String reason, String? phone, String? name, String? email, String? data, String? partnerId, required dynamic callback(Map<
String, dynamic> , BuildContext), String? callbackUrl, required String apikey, required bool? sandbox, String? theme, List<String> ? countries, List<String> ? paymentMethods}) -
const
Properties
- amount → int
-
final
- apikey → String
-
final
-
callback
→ dynamic Function(Map<
String, dynamic> , BuildContext) -
final
- callbackUrl → String?
-
final
-
countries
→ List<
String> ? -
final
- data → String?
-
final
- email → String?
-
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- key → Key?
-
final
- name → String?
-
final
- partnerId → String?
-
final
-
paymentMethods
→ List<
String> ? -
final
- phone → String?
-
final
- reason → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- sandbox → bool?
-
final
- theme → 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.
override
Operators
-
operator ==(
covariant KKiaPayArguments other) → bool -
The equality operator.
override