projects/apttus/ecommerce/src/lib/modules/store/classes/storefront.model.ts
AObject
Properties |
| AssetActions |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_WebStore__AssetActions__c'})
|
| ChannelType |
Type : "None" | "E-Commerce" | "Partner Quoting" | "Partner Commerce" | "Direct Sales"
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_WebStore__ChannelType__c'})
|
| ConfigurationLayout |
Type : "None" | "Native" | "Embedded"
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_WebStore__ConfigurationLayout__c'})
|
| DefaultAccountforGuestUsers |
Type : Account
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_WebStore__DefaultAccountforGuestUsers__r'})
|
| DefaultAccountforGuestUsersId |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_WebStore__DefaultAccountforGuestUsers__c'})
|
| DefaultLocale |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_WebStore__DefaultLocale__c'})
|
| DefaultPriceList |
Type : PriceList
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_WebStore__DefaultPriceListId__r', aql: 'DefaultPriceListId'})
|
| DefaultPriceListId |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_WebStore__DefaultPriceListId__c', aql: 'DefaultPriceListId'})
|
| EnableABO |
Type : boolean
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_WebStore__EnableABO__c'})
|
| EnablePromotions |
Type : boolean
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_WebStore__EnablePromotions__c'})
|
| EnableRequestQuote |
Type : boolean
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_WebStore__EnableRequestQuote__c'})
|
| EnableTaxCalculations |
Type : boolean
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_WebStore__EnableTaxCalculations__c'})
|
| Logo |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_WebStore__Logo__c', aql: 'Logo'})
|
| Name |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Name', aql: 'Name'})
|
| StoreBanners |
Type : Array<StoreBanner>
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_WebStore__StoreBanners__r', aql: 'StorefrontId'})
|
| TranslationURL |
Type : string
|
Default value : null
|
Decorators :
@AField({soql: 'Apttus_WebStore__TranslationURL__c'})
|