ApproveResponse constructor

ApproveResponse({
  1. int? reserve,
  2. String? serverDateTime,
  3. bool? status,
  4. int? code,
  5. String? message,
  6. int? reference,
  7. String? serial,
  8. String? pin,
  9. String? traceId,
  10. String? help,
  11. String? messageSource,
  12. String? extCode,
})

Implementation

ApproveResponse({
  this.reserve,
  this.serverDateTime,
  this.status,
  this.code,
  this.message,
  this.reference,
  this.serial,
  this.pin,
  this.traceId,
  this.help,
  this.messageSource,
  this.extCode,
});