TopupChargeParams constructor
TopupChargeParams({})
Implementation
TopupChargeParams({
required this.amount,
required this.operatorId,
required this.chargeType,
required this.phoneNumber,
});
TopupChargeParams({
required this.amount,
required this.operatorId,
required this.chargeType,
required this.phoneNumber,
});