Single captcha ticket collected for the pool-mode preview flow.
| 23 | purchase_mode: PurchaseMode = "new_purchase" |
| 24 | version: str = "v2" |
| 25 | sold_out: bool = False |
| 26 | forbidden: bool = False |
| 27 | last_valid: bool = False |
| 28 | can_repurchase: bool = False |
| 29 | delay: bool = False |
| 30 | effective_time: str = "" |
| 31 | monthly_renew_amount: str = "" |
| 32 | monthly_original_amount: str = "" |
| 33 | campaign_discount_details: list[dict[str, Any]] = Field(default_factory=list) |
| 34 | raw: dict[str, Any] = Field(default_factory=dict) |
| 35 | |
| 36 |