PaymentSheetConfiguration constructor
- required String orderId,
- Uri? returnUrl,
- PaymentSheetAppearance appearance = const PaymentSheetAppearance(),
- PaymentSheetTelemetry telemetry = const PaymentSheetTelemetry(),
Implementation
const PaymentSheetConfiguration({
required this.orderId,
this.returnUrl,
this.appearance = const PaymentSheetAppearance(),
this.telemetry = const PaymentSheetTelemetry(),
});