TransactionInfo constructor

TransactionInfo({
  1. String? txReference,
  2. String? paymentReference,
  3. String? dateTime,
  4. PaygateProvider? provider,
  5. String? identifier,
  6. double? amount,
  7. String? phone,
  8. String? description,
  9. String? callbackUrl,
})

Implementation

TransactionInfo({
  this.txReference,
  this.paymentReference,
  this.dateTime,
  this.provider,
  this.identifier,
  this.amount,
  this.phone,
  this.description,
  this.callbackUrl,
});