ZettlePluginPaymentResponse constructor

ZettlePluginPaymentResponse({
  1. required ZettlePluginPaymentStatus status,
  2. int? amount,
  3. int? gratuityAmount,
  4. String? cardType,
  5. String? cardPaymentEntryMode,
  6. String? cardholderVerificationMethod,
  7. String? tsi,
  8. String? tvr,
  9. String? applicationIdentifier,
  10. String? cardIssuingBank,
  11. String? maskedPan,
  12. String? panHash,
  13. String? applicationName,
  14. String? authorizationCode,
  15. String? installmentAmount,
  16. String? nrOfInstallments,
  17. String? mxFiid,
  18. String? mxCardType,
  19. 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});