TransactionAdditionalInfo constructor

TransactionAdditionalInfo({
  1. String? dateTime,
  2. String? agentCode,
  3. String? channelCode,
  4. String? data,
  5. String? interestType,
  6. String? interestRate,
  7. String? monthlyAmount,
  8. String? installmentPeriod,
  9. String? amount,
  10. String? currencyCode,
  11. String? invoiceNo,
  12. String? productDescription,
})

Implementation

TransactionAdditionalInfo({
  this.dateTime,
  this.agentCode,
  this.channelCode,
  this.data,
  this.interestType,
  this.interestRate,
  this.monthlyAmount,
  this.installmentPeriod,
  this.amount,
  this.currencyCode,
  this.invoiceNo,
  this.productDescription,
});