GetBalanceResponse constructor

GetBalanceResponse({
  1. int? reserve,
  2. String? serverDateTime,
  3. bool? status,
  4. int? code,
  5. String? message,
  6. int? balance,
  7. int? wallet,
  8. int? credit,
  9. int? limit,
  10. String? help,
  11. String? messageSource,
  12. String? extCode,
})

Implementation

GetBalanceResponse({
  this.reserve,
  this.serverDateTime,
  this.status,
  this.code,
  this.message,
  this.balance,
  this.wallet,
  this.credit,
  this.limit,
  this.help,
  this.messageSource,
  this.extCode,
});