Click or drag to resize

StoreProductRepositoryGetAllDiscounts Method

Retrieves all discounts that include a public (eWeb) discount code and whose products and prices are active.

Namespace: Ignition.Commerce.Products
Assembly: CatalystFire.Ignition (in CatalystFire.Ignition.dll) Version: 12.0.28229
Syntax
public IReadOnlyCollection<Discount> GetAllDiscounts()

Return Value

IReadOnlyCollectionDiscount
The requested discounts
See Also