Click or drag to resize

DiscountGetDiscountById Method

Note: This API is now obsolete.

Namespace:  Dynamicweb.Ecommerce.Orders.Discounts
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
[ObsoleteAttribute("Use Ecommerce.Services.Discounts.GetDiscount instead.")]
public static Discount GetDiscountById(
	long id
)

Parameters

id
Type: SystemInt64

Return Value

Type: Discount
See Also