SplitRefundScreen constructor
const
SplitRefundScreen({
- Key? key,
- required String splitId,
- required String transactionId,
- required String isoCurrencyCode,
- required String currencySymbol,
- required SplitConfigProvider configProvider,
- String? customerId,
- void onComplete(
- SplitRefundResult result
- Future<
void> onRefundComplete(- String refundId
Implementation
const SplitRefundScreen({
super.key,
required this.splitId,
required this.transactionId,
required this.isoCurrencyCode,
required this.currencySymbol,
required this.configProvider,
this.customerId,
this.onComplete,
this.onRefundComplete,
});