WebApiModulesAgentDealNewBillEpisodeResponse constructor

WebApiModulesAgentDealNewBillEpisodeResponse({
  1. int? status,
  2. bool? success,
  3. String? msg,
  4. String? episodeId,
  5. int? episodeNumber,
})

Implementation

WebApiModulesAgentDealNewBillEpisodeResponse({
  this.status,
  this.success,
  this.msg,
  this.episodeId,
  this.episodeNumber,
});