KKiaPayArguments constructor
const
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
- Map<
- String? callbackUrl,
- required String apikey,
- required bool? sandbox,
- String? theme,
- List<
String> ? countries, - List<
String> ? paymentMethods,
Implementation
const KKiaPayArguments({
this.key,
required this.amount,
required this.reason,
this.phone,
this.name,
this.email,
this.data,
this.partnerId,
required this.callback,
this.callbackUrl,
required this.apikey,
required this.sandbox,
this.theme,
this.countries,
this.paymentMethods,
});