PaymentMethodParams constructor
PaymentMethodParams({
- required String clientSecret,
- Configuration? configuration,
- Map<
String, dynamic> ? customParams, - HyperParams? hyperParams,
Implementation
PaymentMethodParams({
required this.clientSecret,
this.configuration,
this.customParams,
this.hyperParams,
});