projects/congarevenuecloud/elements/src/lib/constraint-rule/interfaces/constraint-rule.interface.ts
Holds information of constraint rule
Properties |
actionItems |
actionItems:
|
Type : Array<ActionItem>
|
list of constraint rule action items |
isOption |
isOption:
|
Type : boolean
|
Boolean value if the target isOption or not |
message |
message:
|
Type : string
|
stores the message of the rule. |
messageHtml |
messageHtml:
|
Type : string
|
Optional |
stores the formatted message of the rule its optional. |
targetBundleNumber |
targetBundleNumber:
|
Type : number
|
stores the target bundle number. |
triggeringPrimaryLineNumbers |
triggeringPrimaryLineNumbers:
|
Type : number
|
stores the triggering primary line number. |
triggeringProducts |
triggeringProducts:
|
Type : Array<Product>
|
list of constraint rule condition products |