| 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
)
<ObsoleteAttribute("Use Ecommerce.Services.Discounts.GetDiscount instead.")>
Public Shared Function GetDiscountById (
id As Long
) As Discount
Parameters
- id
- Type: SystemInt64
Return Value
Type:
DiscountSee Also