scandit-web-datacapture-id
Version:
Scandit Data Capture SDK for the Web
10 lines (9 loc) • 420 B
TypeScript
import type { Serializable } from "scandit-web-datacapture-core/build/js/private/Serializable";
import type { USVisaVIZResultJSON } from "../SerializedTypes";
export declare class USVisaVIZResult implements Serializable<USVisaVIZResultJSON> {
protected json: USVisaVIZResultJSON;
get visaNumber(): string;
get passportNumber(): string;
private static fromJSON;
toJSONObject(): USVisaVIZResultJSON;
}