vlocode-project - v1.40.0-beta-4
    Preparing search index...

    Interface IdentityVerificationProcFldMetadata

    interface IdentityVerificationProcFldMetadata {
        customFieldLabel?: string;
        dataSourceType: IdentityVerificationProcFldDataSourceType;
        developerName: string;
        fieldDataType?: IdentityVerificationProcFldFieldDataType;
        fieldName: string;
        fieldType: IdentityVerificationProcFldFieldType;
        fieldValueFormula?: string;
        fullName?: string;
        isActive?: boolean;
        isManualInput?: boolean;
        masterLabel: string;
        sequenceNumber: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    customFieldLabel?: string
    developerName: string
    fieldName: string
    fieldValueFormula?: string
    fullName?: string
    isActive?: boolean
    isManualInput?: boolean
    masterLabel: string
    sequenceNumber: number