ChargeInternetReserveResponse constructor

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

Implementation

ChargeInternetReserveResponse({
  this.reserve,
  this.serverDateTime,
  this.status,
  this.code,
  this.message,
  this.reference,
  this.traceId,
  this.affectiveAmount,
  this.help,
  this.messageSource,
  this.pin,
});