File

feature-libs/product-configurator/common/components/configurator-cart-entry-bundle-info/configurator-cart-entry-bundle-info.model.ts

Description

An interface representing the CPQ Line item from order entry.

Index

Properties

Properties

formattedPrice
formattedPrice: string
Type : string
Optional
formattedQuantity
formattedQuantity: string
Type : string
Optional
name
name: string
Type : string
Optional
export interface LineItem {
  name?: string;
  formattedQuantity?: string;
  formattedPrice?: string;
}

result-matching ""

    No results matching ""