TokenizationModuleInputData constructor
TokenizationModuleInputData({
- required String clientApplicationKey,
- required String title,
- required String subtitle,
- required Amount amount,
- required SavePaymentMethod savePaymentMethod,
- required String shopId,
- String? moneyAuthClientId,
- HostParameters? hostParameters,
- String? gatewayId,
- TokenizationSettings tokenizationSettings = const TokenizationSettings(),
- TestModeSettings? testModeSettings,
- String? returnUrl,
- bool isLoggingEnabled = false,
- String? userPhoneNumber,
- CustomizationSettings customizationSettings = const CustomizationSettings(),
- String? applicationScheme,
- String? customerId,
- GooglePayParameters googlePayParameters = const GooglePayParameters(),
- bool googlePayTestEnvironment = false,
Implementation
TokenizationModuleInputData(
{required this.clientApplicationKey,
required this.title,
required this.subtitle,
required this.amount,
required this.savePaymentMethod,
required this.shopId,
this.moneyAuthClientId,
this.hostParameters,
this.gatewayId,
this.tokenizationSettings = const TokenizationSettings(),
this.testModeSettings,
this.returnUrl,
this.isLoggingEnabled = false,
this.userPhoneNumber,
this.customizationSettings = const CustomizationSettings(),
this.applicationScheme,
this.customerId,
this.googlePayParameters = const GooglePayParameters(),
this.googlePayTestEnvironment = false});