SumupPluginCheckoutResponse constructor
SumupPluginCheckoutResponse({
- bool? success,
- String? transactionCode,
- String? cardLastDigits,
- String? cardType,
- bool? receiptSent,
- String? foreignTransactionId,
- double? amount,
- double? vatAmount,
- double? tipAmount,
- String? currency,
- String? paymentType,
- String? entryMode,
- int? installments,
- bool? userDismissedSuccessScreen,
- String? errors,
- List<
SumupProduct> ? products, - String? merchantCode,
- String? cardScheme,
Implementation
SumupPluginCheckoutResponse({
this.success,
this.transactionCode,
this.cardLastDigits,
this.cardType,
this.receiptSent,
this.foreignTransactionId,
this.amount,
this.vatAmount,
this.tipAmount,
this.currency,
this.paymentType,
this.entryMode,
this.installments,
this.userDismissedSuccessScreen,
this.errors,
this.products,
this.merchantCode,
this.cardScheme,
});