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

    Interface PaymentMethodVerificationSession

    interface PaymentMethodVerificationSession {
        delivery?: { channel?: string; recipient?: string; senderId?: string };
        expiresAt?: string;
        paymentMethodId?: string;
        status?: string;
        tokenSentAt?: string;
    }
    Index
    delivery?: { channel?: string; recipient?: string; senderId?: string }
    expiresAt?: string
    paymentMethodId?: string
    status?: string
    tokenSentAt?: string