ManualVerificationModel constructor
ManualVerificationModel({
- dynamic id,
- dynamic toAccountNumber,
- dynamic type,
- dynamic customerName,
- dynamic amount,
- dynamic status,
- dynamic transactionReference,
- dynamic createdAt,
- dynamic reference,
- dynamic updatedAt,
- dynamic transactionId,
- dynamic isFee,
- dynamic partnerId,
- dynamic businessName,
- dynamic merchantId,
- dynamic transType,
- dynamic customerId,
- 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});