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'})
|