TerminalRefund constructor

TerminalRefund({
  1. String? createdAt,
  2. TerimnalRefundStatus? status,
  3. String? deviceId,
  4. String? deadlineDuration,
  5. String? appId,
  6. ActionCancelReason? cancelReason,
  7. Money? amountMoney,
  8. String? locationId,
  9. String? id,
  10. String? updatedAt,
  11. String? reason,
  12. String? orderId,
  13. String? paymentId,
  14. String? refundId,
})

Implementation

TerminalRefund({
  this.createdAt, this.status, this.deviceId, this.deadlineDuration,
this.appId, this.cancelReason, this.amountMoney, this.locationId,
this.id, this.updatedAt, this.reason, this.orderId,
  this.paymentId, this.refundId
});