scandit-web-datacapture-id
Version:
Scandit Data Capture SDK for the Web
12 lines (11 loc) • 555 B
TypeScript
import type { Serializable } from "scandit-web-datacapture-core/build/js/private/Serializable";
import type { SouthAfricaIdBarcodeResultJSON } from "../SerializedTypes";
export declare class SouthAfricaIdBarcodeResult implements Serializable<SouthAfricaIdBarcodeResultJSON> {
protected json: SouthAfricaIdBarcodeResultJSON;
get countryOfBirth(): string;
get countryOfBirthIso(): string;
get citizenshipStatus(): string;
get personalIdNumber(): string;
private static fromJSON;
toJSONObject(): SouthAfricaIdBarcodeResultJSON;
}