Interface: PricingLineItem
Defined in: types/src/pricing.ts:90
A single line item from a matched pricing rule.
Properties
| Property | Type | Description | Defined in |
|---|
property | PricingProperty | The pricing property that was evaluated (e.g. 'textLength', 'coverage'). | types/src/pricing.ts:92 |
target | string | Description of what was targeted (e.g. 'text #greeting', 'all images'). | types/src/pricing.ts:94 |
condition | string | Human-readable condition that matched (e.g. '> 20 characters'). | types/src/pricing.ts:96 |
amount | number | The price amount from this rule. | types/src/pricing.ts:98 |