RuPayCardGenerationResModel constructor

RuPayCardGenerationResModel({
  1. String? responseCode,
  2. String? message,
  3. String? sessionId,
  4. String? ReferenceNumber,
})

Implementation

RuPayCardGenerationResModel(
    {this.responseCode, this.message, this.sessionId,this.ReferenceNumber});