ZettlePluginRefundResponse constructor

ZettlePluginRefundResponse({
  1. required ZettlePluginRefundStatus status,
  2. int? originalAmount,
  3. int? refundedAmount,
  4. String? cardType,
  5. String? maskedPan,
  6. String? cardPaymentUUID,
})

Implementation

ZettlePluginRefundResponse(
    {required this.status,
    this.originalAmount,
    this.refundedAmount,
    this.cardType,
    this.maskedPan,
    this.cardPaymentUUID});