ManualVerificationModel constructor

ManualVerificationModel({
  1. dynamic id,
  2. dynamic toAccountNumber,
  3. dynamic type,
  4. dynamic customerName,
  5. dynamic amount,
  6. dynamic status,
  7. dynamic transactionReference,
  8. dynamic createdAt,
  9. dynamic reference,
  10. dynamic updatedAt,
  11. dynamic transactionId,
  12. dynamic isFee,
  13. dynamic partnerId,
  14. dynamic businessName,
  15. dynamic merchantId,
  16. dynamic transType,
  17. dynamic customerId,
  18. dynamic otherFeeCollected,
})

Implementation

ManualVerificationModel(
    {this.id,
    this.toAccountNumber,
    this.type,
    this.customerName,
    this.amount,
    this.status,
    this.transactionReference,
    this.createdAt,
    this.reference,
    this.updatedAt,
    this.transactionId,
    this.isFee,
    this.partnerId,
    this.businessName,
    this.merchantId,
    this.transType,
    this.customerId,
    this.otherFeeCollected});