PaymentMethodParams constructor

PaymentMethodParams({
  1. required String clientSecret,
  2. Configuration? configuration,
  3. Map<String, dynamic>? customParams,
  4. HyperParams? hyperParams,
})

Implementation

PaymentMethodParams({
  required this.clientSecret,
  this.configuration,
  this.customParams,
  this.hyperParams,
});