| DiscountServiceGetDiscount Method |
Namespace:
Dynamicweb.Ecommerce.Orders.Discounts
Assembly:
Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax public Discount GetDiscount(
int discountId
)
Public Function GetDiscount (
discountId As Integer
) As Discount
Parameters
- discountId
- Type: SystemInt32
Return Value
Type:
DiscountSee Also