TransactionTrackResponse constructor

TransactionTrackResponse({
  1. List<PaymentTransaction>? paymentTransaction,
  2. int? total,
  3. String? perPage,
  4. int? currentPage,
  5. String? nextPageUrl,
  6. String? previousPageUrl,
})

Implementation

TransactionTrackResponse(
    {this.paymentTransaction,
    this.total,
    this.perPage,
    this.currentPage,
    this.nextPageUrl,
    this.previousPageUrl});