ImePaySuccessResponse constructor

ImePaySuccessResponse({
  1. String? responseCode,
  2. String? responseDescription,
  3. String? transactionId,
  4. String? msisdn,
  5. String? amount,
  6. String? refId,
})

Implementation

ImePaySuccessResponse(
    {this.responseCode,
    this.responseDescription,
    this.transactionId,
    this.msisdn,
    this.amount,
    this.refId});