Skip to main content

Interface: PricingObservers

Properties

dealers

dealers: Observable<Dealer[]>

List of available dealers for current user. Not available for tier2


isPriceLoading

isPriceLoading: Observable<boolean>

If true, price is being loaded. Can be used to display loader.


maximumFractionDigits

maximumFractionDigits: Observable<number>

Maximum number of fraction digits to be shown at prices


minimumFractionDigits

minimumFractionDigits: Observable<number>

Minimum number of fraction digits to be shown at prices


modularPrices

modularPrices: Observable<ModularPrices>

Map of prices for all unique configurations. Used at modular.


priceOptions

priceOptions: Observable<PriceOptions>

List of available price types for current customer


priceType

priceType: Observable<PriceType>

Currently selected price type data


prices

prices: Observable<PriceData>

Price data for current configuration. Applicable only for regular products.


quantity

quantity: Observable<number>

Currently selected quantity


selectedDealer

selectedDealer: Observable<Nullable<Dealer>>

Selected dealer entry


totalPriceModular

totalPriceModular: Observable<number>

Total price for whole modular product