Member Junction
    Preparing search index...

    Per-recipient status snapshot returned by BaseSignatureProvider.GetEnvelopeStatus.

    interface RecipientStatus {
        email: string;
        externalRecipientId?: string;
        name?: string;
        signedAt?: string;
        status: EnvelopeStatus;
    }
    Index

    Properties

    email: string
    externalRecipientId?: string

    Provider recipient id, for correlation.

    name?: string
    signedAt?: string

    ISO timestamp the recipient signed, when applicable.