MobileVerifyModel constructor

MobileVerifyModel({
  1. String? accCode,
  2. String? merchantCode,
  3. String? msisdn,
  4. String? otp,
  5. String? refId,
  6. int? responseCode,
  7. String? responseDescription,
  8. String? signature,
  9. String? tokenId,
  10. String? transactionId,
  11. String? uniqueCode,
})

Implementation

MobileVerifyModel(
    {this.accCode,
    this.merchantCode,
    this.msisdn,
    this.otp,
    this.refId,
    this.responseCode,
    this.responseDescription,
    this.signature,
    this.tokenId,
    this.transactionId,
    this.uniqueCode});