SavedBankCardModuleInputData constructor

SavedBankCardModuleInputData({
  1. required String clientApplicationKey,
  2. required String title,
  3. required String subtitle,
  4. required Amount amount,
  5. required SavePaymentMethod savePaymentMethod,
  6. required String shopId,
  7. required String paymentMethodId,
  8. required bool isSafeDeal,
  9. String? gatewayId,
  10. TestModeSettings? testModeSettings,
  11. String? returnUrl,
  12. bool isLoggingEnabled = false,
  13. CustomizationSettings customizationSettings = const CustomizationSettings(),
  14. String? customerId,
  15. 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});