@airwallex/node-sdk
Version:
Airwallex Node.js SDK
19 lines • 514 B
TypeScript
export interface SimulationDriverLicenceApiDto {
back_file_id?: string;
effective_at?: string;
expire_at?: string;
front_file_id?: string;
gender?: string;
issuing_state?: string;
number?: string;
version?: string;
}
export declare namespace SimulationDriverLicenceApiDto {
const discriminator: string;
const attributeTypeMap: Array<{
name: string;
baseName: string;
type: string;
}>;
}
//# sourceMappingURL=simulationDriverLicenceApiDto.d.ts.map