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

Class PreviewPaymentRequest

app/models.py:266–274  ·  view source on GitHub ↗

Preview payment request payload.

Source from the content-addressed store, hash-verified

264 return f"{hour:02d}:{minute:02d}:{second:02d}"
265
266
267class CaptchaPoint(BaseModel):
268 """OCR-resolved click point in original captcha image coordinates."""
269
270 model_config = ConfigDict(extra="ignore")
271
272 x: float
273 y: float
274 order: int | None = None
275 label: str = ""
276
277

Callers 3

create_qrMethod · 0.90
run_payment_flowMethod · 0.90
_run_pool_previewMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected