Inttegro TypeScript SDK - v8.2.0
    Preparing search index...

    Interface OtpTransaction

    interface OtpTransaction {
        canceledAt?: string | null;
        cancelReason?: string | null;
        createdAt?: string;
        deliveredAt?: string;
        expiresAt?: string;
        fullMessage?: string;
        gateway?: string;
        id?: string;
        initiatedAt?: string;
        mechanism?: string;
        preferredGateway?: string;
        recipient?: string;
        sender?: string;
        status?: OTPStatus;
        transmission?: OtpTransmission | null;
        verifiableUntil?: string;
    }
    Index
    canceledAt?: string | null
    cancelReason?: string | null
    createdAt?: string
    deliveredAt?: string
    expiresAt?: string
    fullMessage?: string
    gateway?: string
    id?: string
    initiatedAt?: string
    mechanism?: string
    preferredGateway?: string
    recipient?: string
    sender?: string
    status?: OTPStatus
    transmission?: OtpTransmission | null
    verifiableUntil?: string