SumupPluginCheckoutResponse constructor

SumupPluginCheckoutResponse({
  1. bool? success,
  2. String? transactionCode,
  3. String? cardLastDigits,
  4. String? cardType,
  5. bool? receiptSent,
  6. String? foreignTransactionId,
  7. double? amount,
  8. double? vatAmount,
  9. double? tipAmount,
  10. String? currency,
  11. String? paymentType,
  12. String? entryMode,
  13. 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,
});