RefundStarPayment constructor

RefundStarPayment({
  1. required int userId,
  2. required String telegramPaymentChargeId,
})

Implementation

RefundStarPayment({
  required this.userId,
  required this.telegramPaymentChargeId,
});