projects/congarevenuecloud/ecommerce/src/lib/modules/constraint-rules/classes/constraint-rules/constraint-condition.model.ts
Properties |
ConditionCriteria |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'ConditionCriteria'})
|
ConstraintRule |
Type : ConstraintRule
|
Default value : null
|
Decorators :
@Expose({name: 'ConstraintRule'})
|
EditCriteria |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'EditCriteria'})
|
MatchInAsset |
Type : boolean
|
Default value : null
|
Decorators :
@Expose({name: 'MatchInAsset'})
|
MatchInCartOptions |
Type : boolean
|
Default value : null
|
Decorators :
@Expose({name: 'MatchInCartOptions'})
|
MatchInLocation |
Type : boolean
|
Default value : null
|
Decorators :
@Expose({name: 'MatchInLocation'})
|
MatchInOptions |
Type : boolean
|
Default value : null
|
Decorators :
@Expose({name: 'MatchInOptions'})
|
MatchInPrimaryLines |
Type : boolean
|
Default value : null
|
Decorators :
@Expose({name: 'MatchInPrimaryLines'})
|
MatchMaxProducts |
Type : number
|
Default value : null
|
Decorators :
@Expose({name: 'MatchMaxProducts'})
|
MatchMinProducts |
Type : number
|
Default value : null
|
Decorators :
@Expose({name: 'MatchMinProducts'})
|
MatchRule |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'MatchRule'})
|
Product |
Type : Product
|
Default value : null
|
Decorators :
@Expose({name: 'Product'})
|
ProductCategory |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'ProductCategory'})
|
ProductFamily |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'ProductFamily'})
|
ProductGroup |
Type : ProductGroup
|
Default value : new ProductGroup()
|
Decorators :
@Expose({name: 'ProductGroup'})
|
ProductOptionGroup |
Type : ProductOptionGroup
|
Default value : new ProductOptionGroup()
|
Decorators :
@Expose({name: 'ProductOptionGroup'})
|
ProductScope |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'ProductScope'})
|
Sequence |
Type : number
|
Default value : null
|
Decorators :
@Expose({name: 'Sequence'})
|