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

    Interface OtpTransmission

    interface OtpTransmission {
        recipient?: string;
        senderId?: string;
        sentAt?: string;
        sentVia?: string;
        status?: OTPTransmissionStatus;
    }
    Index
    recipient?: string
    senderId?: string
    sentAt?: string
    sentVia?: string