PaymentTransactionStatus constructor

PaymentTransactionStatus({
  1. int? id,
  2. String? transactionId,
  3. String? status,
  4. String? note,
  5. List<int>? createdDate,
  6. List<int>? expiryDate,
  7. int? timeOutForExpiry,
})

Implementation

PaymentTransactionStatus(
    {this.id,
      this.transactionId,
      this.status,
      this.note,
      this.createdDate,
      this.expiryDate,
      this.timeOutForExpiry});