You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mohemm_moe/Mohem/src/app/hmg-common/services/authentication/models/check-registeration-code.re...

13 lines
430 B
TypeScript

import { Request } from '../../models/request';
export class CheckRegisterationCodeRequest extends Request {
ForRegisteration: boolean;
LogInTokenID: string; // null if not exist
PatientIdentificationID: string;
PatientMobileNumber: string;
SearchType: number; // 1 for id , 2 for file no
activationCode: string; // "0000" if sms activation is not required
isRegister: boolean;
ZipCode: string;
}