Variable productDiscountServiceConst

productDiscountService: CachedFunction<{
    discountKey?: string;
    productTags: string[];
    storeDomainId?: number;
}, number> = ...

Type declaration

  • Optional discountKey?: string
  • productTags: string[]
  • Optional storeDomainId?: number

Generated using TypeDoc