projects/congarevenuecloud/ecommerce/src/lib/modules/constraint-rules/classes/constraint-rules/applied-rule-info.model.ts
AObject
Properties |
Configuration |
Type : Cart
|
Default value : new Cart()
|
Decorators :
@Expose({name: 'Configuration'})
|
ConstraintRule |
Type : ConstraintRule
|
Default value : new ConstraintRule()
|
Decorators :
@Expose({name: 'ConstraintRule'})
|
CriteriaFields |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'CriteriaFields'})
|
HasCriteriaInCondition |
Type : boolean
|
Default value : null
|
Decorators :
@Expose({name: 'HasCriteriaInCondition'})
|
Invalid |
Type : boolean
|
Default value : null
|
Decorators :
@Expose({name: 'Invalid'})
|
IsSourceLineRequired |
Type : boolean
|
Default value : null
|
Decorators :
@Expose({name: 'IsSourceLineRequired'})
|
MatchInLocation |
Type : boolean
|
Default value : null
|
Decorators :
@Expose({name: 'MatchInLocation'})
|
NeedProcessing |
Type : boolean
|
Default value : null
|
Decorators :
@Expose({name: 'NeedProcessing'})
|
PrimaryLineNumber |
Type : number
|
Default value : null
|
Decorators :
@Expose({name: 'PrimaryLineNumber'})
|
SourceLineNumber |
Type : number
|
Default value : null
|
Decorators :
@Expose({name: 'SourceLineNumber'})
|
WasFinalized |
Type : boolean
|
Default value : null
|
Decorators :
@Expose({name: 'WasFinalized'})
|