CreateSettlementResponse constructor

CreateSettlementResponse({
  1. String? name,
  2. String? scheduleType,
  3. String? schedulePeriod,
  4. String? zainboxCode,
  5. bool? status,
})

Implementation

CreateSettlementResponse(
    {this.name,
      this.scheduleType,
      this.schedulePeriod,
      this.zainboxCode,
      this.status
    });