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}
)
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,
});