projects/apttus/ecommerce/src/lib/modules/crm/classes/account.model.ts
AObject
| BillingAddress |
Type : Address
|
Default value : null
|
Decorators :
@AField({soql: 'BillingAddress', view: undefined})
|
| BillingCity |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'BillingCity', aql: 'BillingCity'})
|
| BillingCountry |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'BillingCountry', aql: 'BillingCountry'})
|
| BillingCountryCode |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'BillingCountryCode ', aql: 'BillingCountryCode '})
|
| BillingPostalCode |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'BillingPostalCode', aql: 'BillingPostalCode'})
|
| BillingState |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'BillingState', aql: 'BillingState'})
|
| BillingStateCode |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'BillingStateCode ', aql: 'BillingStateCode '})
|
| BillingStreet |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'BillingStreet', aql: 'BillingStreet'})
|
| Industry |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Industry', view: undefined})
|
| Name |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Name', aql: 'Name'})
|
| Owner |
Type : UserBase
|
Default value : new UserBase()
|
Decorators :
@AField({soql: 'Owner'})
|
| OwnerId |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'OwnerId', view: undefined, compactLabel: 'Owner'})
|
| ParentId |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'ParentId', aql: 'ParentId'})
|
| Phone |
Type : number
|
Default value : null
|
Decorators :
@AField({soql: 'Phone', view: undefined})
|
| PriceList |
Type : PriceList
|
Default value : null
|
Decorators :
@AField({soql: 'PriceListId__r', aql: 'DefaultPriceListId'})
|
| PriceListId__c |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'PriceListId__c', view: undefined})
|
| ShippingAddress |
Type : Address
|
Default value : null
|
Decorators :
@AField({soql: 'ShippingAddress', view: undefined})
|
| ShippingCity |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'ShippingCity', aql: 'ShippingCity'})
|
| ShippingCountry |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'ShippingCountry', aql: 'ShippingCountry'})
|
| ShippingCountryCode |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'ShippingCountryCode ', aql: 'ShippingCountryCode '})
|
| ShippingPostalCode |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'ShippingPostalCode', aql: 'ShippingPostalCode'})
|
| ShippingState |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'ShippingState', aql: 'ShippingState'})
|
| ShippingStateCode |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'ShippingStateCode ', aql: 'ShippingStateCode '})
|
| ShippingStreet |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'ShippingStreet', aql: 'ShippingStreet'})
|