SumupCheckoutResponse constructor
SumupCheckoutResponse({})
Implementation
SumupCheckoutResponse({
required this.success,
this.transactionCode,
this.amount,
this.currency,
this.vatAmount,
this.tipAmount,
this.paymentType,
this.entryMode,
this.installments,
this.cardType,
this.cardLastDigits,
});