PaymentSheetConfiguration constructor

const PaymentSheetConfiguration({
  1. required String orderId,
  2. Uri? returnUrl,
  3. PaymentSheetAppearance appearance = const PaymentSheetAppearance(),
  4. PaymentSheetTelemetry telemetry = const PaymentSheetTelemetry(),
})

Implementation

const PaymentSheetConfiguration({
  required this.orderId,
  this.returnUrl,
  this.appearance = const PaymentSheetAppearance(),
  this.telemetry = const PaymentSheetTelemetry(),
});