Какие из принципов SOLID нарушаются в следующем коде:
class Invoice: def __init__(self, order_id, amount): self.order_id =```