Info constructor
Info({
- int? iD,
- String? trxnDate,
- String? transactionType,
- String? orderID,
- String? transactionID,
- String? referenceNo,
- String? transactionRemarks,
- String? credit,
- String? debit,
- String? balance,
- String? trxnStatus,
- String? parameterInfo,
- String? optional1,
- String? optional2,
- String? optional3,
- String? optional4,
- String? optional5,
- String? optional6,
- String? customerID,
- String? billerId,
- String? billerCategory,
Implementation
Info(
{this.iD,
this.trxnDate,
this.transactionType,
this.orderID,
this.transactionID,
this.referenceNo,
this.transactionRemarks,
this.credit,
this.debit,
this.balance,
this.trxnStatus,
this.parameterInfo,
this.optional1,
this.optional2,
this.optional3,
this.optional4,
this.optional5,
this.optional6,
this.customerID,
this.billerId,
this.billerCategory});