Click or drag to resize
SKUDiscountCouponInfoProviderDeleteSKUDiscountCouponInfoInternal Method
Deletes 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 void DeleteSKUDiscountCouponInfoInternal(
	SKUDiscountCouponInfo infoObj
)

Parameters

infoObj
Type: CMS.EcommerceSKUDiscountCouponInfo
SKU-discount coupon relationship to be deleted
See Also