Interface BatchCheckRequestOptions

interface BatchCheckRequestOptions {
    displayName: string;
    documentIdentifier: string;
}

Properties

displayName: string
documentIdentifier: string