Bypass constructor

Bypass({
  1. bool? isCulturalExpense,
  2. String? cashReceiptType,
  3. String? acceptMethod,
  4. String? pReserved,
  5. Daou? daou,
  6. Tosspayments? tosspayments,
  7. Settle? settle,
  8. Danal? danal,
})

Implementation

Bypass({
  this.isCulturalExpense,
  this.cashReceiptType,
  this.acceptMethod,
  this.pReserved,
  this.daou,
  this.tosspayments,
  this.settle,
  this.danal,
});