Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 1.02 KB

File metadata and controls

19 lines (16 loc) · 1.02 KB

Flipdish.Model.AccountDetail

Properties

Name Type Description Notes
Email string Email [optional]
SignupSteps List<SignupStep> Signup steps [optional]
IsVerified bool? Is account email verified [optional]
IsSelfServeUser bool? is the account a Self Server [optional]
AccountId int? Accounts Id [optional]
Name string Name [optional]
Language string Language Id [optional]
TimeZoneInfoId string Time Zone Info Id [optional]
DisplayTimesInUserLocalTimeZone bool? Display the time in time zone local to the user [optional]
ShowHiddenFeatures bool? Show hidden features [optional]
CreatedAt DateTime? User created at [optional]

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