PaymentSheetParams constructor
PaymentSheetParams({
- required String publishableKey,
- required String clientSecret,
- GPayParams? googlePay,
- Configuration? configuration,
- Map<
String, dynamic> ? customParams, - HyperParams? hyperParams,
- String? customBackendUrl,
- String? customLogUrl,
Implementation
PaymentSheetParams(
{required this.publishableKey,
required this.clientSecret,
this.googlePay,
this.configuration,
this.customParams,
this.hyperParams,
this.customBackendUrl,
this.customLogUrl});