projects/congarevenuecloud/ecommerce/src/lib/modules/crm/classes/contact.model.ts
AObject
Properties |
| Account |
Type : Account
|
Default value : null
|
Decorators :
@Expose({name: 'Account'})
|
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Email', view: undefined})
|
| FirstName |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'FirstName', view: undefined})
|
| LastName |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'LastName', view: undefined})
|
| MailingAddress |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'MailingAddress', view: undefined})
|
| MailingCity |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'MailingCity'})
|
| MailingCountry |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'MailingCountry'})
|
| MailingCountryCode |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'MailingCountryCode'})
|
| MailingPostalCode |
Type : number
|
Default value : null
|
Decorators :
@Expose({name: 'MailingPostalCode'})
|
| MailingState |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'MailingState'})
|
| MailingStateCode |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'MailingStateCode'})
|
| MailingStreet |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'MailingStreet'})
|
| Name |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Name', view: undefined})
|
| OtherAddress |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'OtherAddress', view: undefined})
|
| OtherCity |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'OtherCity'})
|
| OtherCountry |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'OtherCountry', view: undefined})
|
| OtherCountryCode |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'OtherCountryCode'})
|
| OtherPostalCode |
Type : number
|
Default value : null
|
Decorators :
@AField({soql: 'OtherPostalCode', view: undefined})
|
| OtherState |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'OtherState'})
|
| OtherStateCode |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'OtherStateCode'})
|
| OtherStreet |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'OtherStreet'})
|
| Phone |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Phone', view: undefined})
|
| Title |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Title', view: undefined})
|