projects/congacommerce/ecommerce/src/lib/modules/crm/classes/user.model.ts
Properties |
CommunityNickname |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'CommunityNickname'})
|
Contact |
Type : Contact
|
Default value : null
|
Decorators :
@AField({soql: 'Contact', aql: 'ContactId'})
|
ContactId |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'ContactId', aql: 'ContactId'})
|
CountryCode |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'CountryCode'})
|
CurrencyIsoCode |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'CurrencyIsoCode'})
|
DefaultCurrencyIsoCode |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'DefaultCurrencyIsoCode'})
|
EmailEncodingKey |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'EmailEncodingKey'})
|
FullPhotoUrl |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'FullPhotoUrl'})
|
LanguageLocaleKey |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'LanguageLocaleKey'})
|
LastLoginDate |
Type : Date
|
Default value : null
|
Decorators :
@AField({soql: 'LastLoginDate'})
|
LocaleSidKey |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'LocaleSidKey'})
|
SmallPhotoUrl |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'SmallPhotoUrl'})
|
TimeZoneSidKey |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'TimeZoneSidKey'})
|
Alias |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Alias'})
|
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Email', aql: 'Email'})
|
FirstName |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'FirstName', aql: 'FirstName'})
|
LastName |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'LastName', aql: 'LastName'})
|
Name |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Name', aql: 'Name'})
|
Title |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Title'})
|
Username |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Username', aql: 'UserName'})
|