Skip to content

Latest commit

 

History

History
39 lines (35 loc) · 1.64 KB

File metadata and controls

39 lines (35 loc) · 1.64 KB

WalletInc.Model.Employee

Properties

Name Type Description Notes
FirstName string
LastName string
Email string
PhoneNumber string
IsPublicRepresentative bool
WalletSequenceNumber int
EmployeeID string
JobTitle string
Department string
ScheduleStartDay string [optional]
ScheduleStartHour decimal [optional]
ScheduleStartMinute decimal [optional]
ScheduleStartMeridiem string [optional]
ScheduleEndDay string [optional]
ScheduleEndHour decimal [optional]
ScheduleEndMinute decimal [optional]
ScheduleEndMeridiem string [optional]
Id string
CreatedAt DateTime
UpdatedAt DateTime
Username string
EmailVerified string
ProfilePictureURL string
MerchantID string The id of the merchant registered in WalletInc's database
SessionToken string
FailedLoginAttempts double [optional]
LastLoginDate DateTime [optional]
Cfuvid string [optional]
Schedule Object Construct a type with a set of properties K of type T [optional]
IsEmailNotificationDisabled bool [optional]

[Back to Model list] [Back to API list] [Back to README]