projects/congacommerce/ecommerce/src/lib/modules/catalog/classes/product-option.model.ts
AObject
| ContentType |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__ContentType__c'})
|
| DetailPage |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__DetailPage__c'})
|
| IsHidden |
Type : boolean
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__IsHidden__c'})
|
| IsLeaf |
Type : boolean
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__IsLeaf__c'})
|
| IsPicklist |
Type : boolean
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__IsPicklist__c'})
|
| Label |
Type : string
|
| Left |
Type : number
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__Left__c'})
|
| Level |
Type : number
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__Level__c'})
|
| MaxOptions |
Type : number
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__MaxOptions__c'})
|
| MaxTotalQuantity |
Type : number
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__MaxTotalQuantity__c'})
|
| MaxTotalQuantityExpressionId |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__MaxTotalQuantityExpressionId__c'})
|
| MinOptions |
Type : number
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__MinOptions__c'})
|
| MinTotalQuantity |
Type : number
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__MinTotalQuantity__c'})
|
| MinTotalQuantityExpressionId |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__MinTotalQuantityExpressionId__c'})
|
| ModifiableType |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__ModifiableType__c'})
|
| Name |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'Name'})
|
| OptionGroup |
Type : Category
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__OptionGroupId__r'})
|
| OptionGroupId |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__OptionGroupId__c'})
|
| Options |
Type : Array<ProductOptionComponent>
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__Options__r'})
|
| ParentOptionGroupId |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__ParentOptionGroupId__c'})
|
| ProductAttributeGroupMemberId |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__ProductAttributeGroupMemberId__c'})
|
| ProductId |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__ProductId__c'})
|
| Right |
Type : number
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__Right__c'})
|
| RootId |
Type : string
|
| RootOptionGroupId |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__RootOptionGroupId__c'})
|
| RootSequence |
Type : number
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__RootSequence__c'})
|
| Sequence |
Type : number
|
Default value : null
|
Decorators :
@Expose({name: 'Apttus_Config2__Sequence__c'})
|
| validate |
validate()
|
|
Returns :
void
|