Member Junction
    Preparing search index...
    interface SendForSignatureResult {
        ErrorMessage?: string;
        externalEnvelopeId?: string;
        signatureRequestId?: string;
        status?: EnvelopeStatus;
        Success: boolean;
    }
    Index

    Properties

    ErrorMessage?: string
    externalEnvelopeId?: string
    signatureRequestId?: string
    Success: boolean