Skip to content

Latest commit

 

History

History
165 lines (117 loc) · 11.7 KB

File metadata and controls

165 lines (117 loc) · 11.7 KB

Shared Types

from prelude_python_sdk.types import Signals, Target

Lookup

Types:

from prelude_python_sdk.types import LookupLookupResponse

Methods:

Notify

Types:

from prelude_python_sdk.types import (
    NotifyGetSubscriptionConfigResponse,
    NotifyGetSubscriptionPhoneNumberResponse,
    NotifyListSubscriptionConfigsResponse,
    NotifyListSubscriptionPhoneNumberEventsResponse,
    NotifyListSubscriptionPhoneNumbersResponse,
    NotifyReplyResponse,
    NotifySendResponse,
    NotifySendBatchResponse,
)

Methods:

Transactional

Types:

from prelude_python_sdk.types import TransactionalSendResponse

Methods:

Verification

Types:

from prelude_python_sdk.types import VerificationCreateResponse, VerificationCheckResponse

Methods:

Phone

History

Types:

from prelude_python_sdk.types.verification.phone import (
    PhoneVerificationCarrier,
    PhoneVerificationMoney,
    PhoneVerificationPsd2Transaction,
    HistoryRetrieveResponse,
    HistoryListResponse,
)

Methods:

VerificationManagement

Types:

from prelude_python_sdk.types import (
    VerificationManagementDeletePhoneNumberResponse,
    VerificationManagementListPhoneNumbersResponse,
    VerificationManagementListSenderIDsResponse,
    VerificationManagementSetPhoneNumberResponse,
    VerificationManagementSubmitSenderIDResponse,
)

Methods:

Sandbox

Types:

from prelude_python_sdk.types.verification_management import (
    SandboxAddPhoneNumberResponse,
    SandboxDeletePhoneNumberResponse,
    SandboxListPhoneNumbersResponse,
)

Methods:

Watch

Types:

from prelude_python_sdk.types import (
    WatchEvaluateResponse,
    WatchPredictResponse,
    WatchSendEventsResponse,
    WatchSendFeedbacksResponse,
)

Methods:

Intel

KYC

Types:

from prelude_python_sdk.types.intel import KYCMatchResponse

Methods: