PaymentItem({required String description, required int amount}): this._description = description, this._amount = amount;