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 |
| cartId |
cartId:
|
Type : string
|
| Optional |
|
Stores the configuration ID associated with the rule. |
| isOption |
isOption:
|
Type : boolean
|
|
Boolean indicating whether the target is an option or not. |
| message |
message:
|
Type : string
|
|
Stores the message of the rule. |
| messageHtml |
messageHtml:
|
Type : string
|
| Optional |
|
Stores the formatted message of the rule. This field is 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 |