ZettlePluginPaymentResponse constructor
ZettlePluginPaymentResponse({
- required ZettlePluginPaymentStatus status,
- int? amount,
- int? gratuityAmount,
- String? cardType,
- String? cardPaymentEntryMode,
- String? cardholderVerificationMethod,
- String? tsi,
- String? tvr,
- String? applicationIdentifier,
- String? cardIssuingBank,
- String? maskedPan,
- String? panHash,
- String? applicationName,
- String? authorizationCode,
- String? installmentAmount,
- String? nrOfInstallments,
- String? mxFiid,
- String? mxCardType,
- String? reference,
Implementation
ZettlePluginPaymentResponse(
{required this.status,
this.amount,
this.gratuityAmount,
this.cardType,
this.cardPaymentEntryMode,
this.cardholderVerificationMethod,
this.tsi,
this.tvr,
this.applicationIdentifier,
this.cardIssuingBank,
this.maskedPan,
this.panHash,
this.applicationName,
this.authorizationCode,
this.installmentAmount,
this.nrOfInstallments,
this.mxFiid,
this.mxCardType,
this.reference});