projects/congarevenuecloud/ecommerce/src/lib/modules/constraint-rules/classes/constraint-rules/constraint-rule.model.ts
AObject
Properties |
| Active |
Type : boolean
|
Default value : null
|
Decorators :
@Expose({name: 'IsActive'})
|
| ConditionAssociation |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'ConditionAssociation'})
|
| ConstraintRuleActions |
Type : Array<ConstraintRuleAction>
|
Default value : []
|
Decorators :
@Type(undefined)
|
| ConstraintRuleConditions |
Type : Array<ConstraintRuleCondition>
|
Default value : []
|
Decorators :
@Type(undefined)
|
| EffectiveDate |
Type : Date
|
Default value : null
|
Decorators :
@Expose({name: 'EffectiveDate'})
|
| ExpirationDate |
Type : Date
|
Default value : null
|
Decorators :
@Expose({name: 'ExpirationDate'})
|
| IsBundleContext |
Type : boolean
|
Default value : null
|
Decorators :
@Expose({name: 'IsBundleContext'})
|
| Name |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'Name'})
|
| Sequence |
Type : number
|
Default value : null
|
Decorators :
@Expose({name: 'Sequence'})
|
| UpdateView |
Type : string
|
Default value : null
|
Decorators :
@Expose({name: 'UpdateView'})
|