Click or drag to resize
SKUDiscountCouponInfoProviderGetSKUDiscountCouponInfoInternal Method
Returns relationship between specified SKU and discount coupon.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 9.0.0
Syntax
C#
protected virtual SKUDiscountCouponInfo GetSKUDiscountCouponInfoInternal(
	int skuId,
	int couponId
)

Parameters

skuId
Type: SystemInt32
SKU ID
couponId
Type: SystemInt32
Discount coupon ID

Return Value

Type: SKUDiscountCouponInfo
See Also