2026-05-20 10:50:30 +00:00

15 lines
509 B
Python

# -*- coding: utf-8 -*-
# File generated from our OpenAPI spec
from stripe.identity._verification_report import (
VerificationReport as VerificationReport,
)
from stripe.identity._verification_report_service import (
VerificationReportService as VerificationReportService,
)
from stripe.identity._verification_session import (
VerificationSession as VerificationSession,
)
from stripe.identity._verification_session_service import (
VerificationSessionService as VerificationSessionService,
)