SavedBankCardModuleInputData constructor
SavedBankCardModuleInputData({
- required String clientApplicationKey,
- required String title,
- required String subtitle,
- required Amount amount,
- required SavePaymentMethod savePaymentMethod,
- required String shopId,
- required String paymentMethodId,
- required bool isSafeDeal,
- String? gatewayId,
- TestModeSettings? testModeSettings,
- String? returnUrl,
- bool isLoggingEnabled = false,
- CustomizationSettings customizationSettings = const CustomizationSettings(),
- String? customerId,
- HostParameters? hostParameters,
Implementation
SavedBankCardModuleInputData(
{required this.clientApplicationKey,
required this.title,
required this.subtitle,
required this.amount,
required this.savePaymentMethod,
required this.shopId,
required this.paymentMethodId,
required this.isSafeDeal,
this.gatewayId,
this.testModeSettings,
this.returnUrl,
this.isLoggingEnabled = false,
this.customizationSettings = const CustomizationSettings(),
this.customerId,
this.hostParameters});