BuyInPaymentEntry({ required int sellerID, required int amount, }) : buyIn = BuyIn(sellerID, amount, false), super(entryType: EntryType.buyInPayment);