PaymentSheetParams constructor

PaymentSheetParams({
  1. required String publishableKey,
  2. required String clientSecret,
  3. GPayParams? googlePay,
  4. Configuration? configuration,
  5. Map<String, dynamic>? customParams,
  6. HyperParams? hyperParams,
  7. String? customBackendUrl,
  8. String? customLogUrl,
})

Implementation

PaymentSheetParams(
    {required this.publishableKey,
    required this.clientSecret,
    this.googlePay,
    this.configuration,
    this.customParams,
    this.hyperParams,
    this.customBackendUrl,
    this.customLogUrl});