MCPcopy Create free account
hub / github.com/VitoHowe/glm-coding / TicketPoolEntry

Class TicketPoolEntry

app/models.py:25–33  ·  view source on GitHub ↗

Single captcha ticket collected for the pool-mode preview flow.

Source from the content-addressed store, hash-verified

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

Callers 1

_fill_ticket_poolMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected