ReQueryResponse constructor

ReQueryResponse({
  1. String? status,
  2. String? txRef,
  3. String? dataStatus,
  4. Map? rawResponse,
  5. String? message,
  6. bool? hasData,
  7. BankCard? card,
  8. String? narration,
  9. String? chargedAmount,
  10. String? transactionId,
})

Implementation

ReQueryResponse(
    {this.status,
    this.txRef,
    this.dataStatus,
    this.rawResponse,
    this.message,
    this.hasData,
    this.card,
    this.narration,
    this.chargedAmount,
    this.transactionId});