UIpgAdditionalData constructor

UIpgAdditionalData({
  1. String? trackingNumber,
  2. int? tag,
  3. int? kind,
  4. String? invoiceId,
  5. String? billId,
  6. String? paymentId,
  7. String? chargeMobileNumber,
  8. int? status,
  9. String? rrn,
  10. String? token,
  11. bool paid = false,
  12. List<UKeyValueData> keyValues = const <UKeyValueData>[],
})

Implementation

UIpgAdditionalData({
  this.trackingNumber,
  this.tag,
  this.kind,
  this.invoiceId,
  this.billId,
  this.paymentId,
  this.chargeMobileNumber,
  this.status,
  this.rrn,
  this.token,
  this.paid = false,
  this.keyValues = const <UKeyValueData>[],
});