Skip to main content

PricingEntitiesExtractResult

@epilot/pricing / Exports / PricingEntitiesExtractResult

Interface: PricingEntitiesExtractResult

Table of contents​

Properties​

Properties​

_tags​

• _tags: string[]

All pricing tags inferred from the products and prices of the provided price items.

Defined in​

src/pricing.ts:76


price​

• price: RelationAttributeValue

A relation attribute value containing all price entities from the given price items.

Defined in​

src/pricing.ts:68


product​

• product: RelationAttributeValue

A relation attribute value containing all product entities from the given price items.

Defined in​

src/pricing.ts:72