InternetReserveParams constructor

InternetReserveParams({
  1. required String subscriber,
  2. required String operatorId,
  3. required String packageId,
  4. required String amount,
  5. required String device,
  6. String? bank,
})

Implementation

InternetReserveParams({
  required this.subscriber,
  required this.operatorId,
  required this.packageId,
  required this.amount,
  required this.device,
  this.bank,
});