File

feature-libs/product/bulk-pricing/core/model/bulk-price.model.ts

Index

Properties

Properties

currencyIso
currencyIso: string
Type : string
Optional
discount
discount: number
Type : number
Optional
formattedDiscount
formattedDiscount: string
Type : string
Optional
formattedValue
formattedValue: string
Type : string
Optional
maxQuantity
maxQuantity: number
Type : number
Optional
minQuantity
minQuantity: number
Type : number
Optional
priceType
priceType: string
Type : string
Optional
value
value: number
Type : number
Optional
export interface BulkPrice {
  currencyIso?: string;
  formattedValue?: string;
  maxQuantity?: number;
  minQuantity?: number;
  priceType?: string;
  value?: number;
  formattedDiscount?: string;
  discount?: number;
}

result-matching ""

    No results matching ""