projects/congarevenuecloud/ecommerce/src/lib/modules/crm/classes/account.model.ts
| AccountLocations |
Type : Array<AccountLocation>
|
Default value : null
|
Decorators :
@Expose({name: 'AccountLocations'})
|
| ChildAccounts |
Type : Array<AccountBase>
|
Default value : null
|
Decorators :
@Expose({name: 'ChildAccounts'})
|
| BillingAddress |
Type : Address
|
Default value : null
|
Decorators :
@AField({soql: 'BillingAddress', view: undefined, compactLabel: 'Billing Address'})
|
| BillingCity |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'BillingCity'})
|
| BillingCountry |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'BillingCountry'})
|
| BillingCountryCode |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'BillingCountryCode '})
|
| BillingPostalCode |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'BillingPostalCode'})
|
| BillingState |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'BillingState'})
|
| BillingStateCode |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'BillingStateCode '})
|
| BillingStreet |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'BillingStreet'})
|
| Industry |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Industry', view: undefined})
|
| Name |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'Name'})
|
| Owner |
Type : UserBase
|
Default value : null
|
Decorators :
@AField({soql: 'Owner', view: undefined, compactLabel: 'Owner'})
|
| Parent |
Type : Account
|
Default value : null
|
Decorators :
@Expose({name: 'Parent'})
|
| Phone |
Type : number
|
Default value : null
|
Decorators :
@AField({soql: 'Phone', view: undefined})
|
| PriceList |
Type : PriceList
|
Default value : null
|
Decorators :
@AField({soql: 'PriceList', view: undefined})
|
| ShippingAddress |
Type : Address
|
Default value : null
|
Decorators :
@AField({soql: 'ShippingAddress', view: undefined, compactLabel: 'Shipping Address'})
|
| ShippingCity |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'ShippingCity'})
|
| ShippingCountry |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'ShippingCountry'})
|
| ShippingCountryCode |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'ShippingCountryCode '})
|
| ShippingPostalCode |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'ShippingPostalCode'})
|
| ShippingState |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'ShippingState'})
|
| ShippingStateCode |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'ShippingStateCode '})
|
| ShippingStreet |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'ShippingStreet'})
|