Skip to main content

Interface: PricingLineItem

Defined in: types/src/pricing.ts:90

A single line item from a matched pricing rule.

Properties

PropertyTypeDescriptionDefined in
propertyPricingPropertyThe pricing property that was evaluated (e.g. 'textLength', 'coverage').types/src/pricing.ts:92
targetstringDescription of what was targeted (e.g. 'text #greeting', 'all images').types/src/pricing.ts:94
conditionstringHuman-readable condition that matched (e.g. '> 20 characters').types/src/pricing.ts:96
amountnumberThe price amount from this rule.types/src/pricing.ts:98