IdDocument
interface IdDocument {
number: string;
type: IdType;
}Source: types.ts:91
Properties
number: string
The document number (alphanumeric)
type: IdType
Type of identification document
interface IdDocument {
number: string;
type: IdType;
}Source: types.ts:91
number: stringThe document number (alphanumeric)
type: IdTypeType of identification document