SKUDiscountCouponInfoProviderGetSKUDiscountCouponInfoInternal Method |
Returns relationship between specified SKU and discount coupon.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 8.2.23
Syntax protected virtual SKUDiscountCouponInfo GetSKUDiscountCouponInfoInternal(
int skuId,
int couponId
)
Parameters
- skuId
- Type: SystemInt32
SKU ID - couponId
- Type: SystemInt32
Discount coupon ID
Return Value
Type:
SKUDiscountCouponInfoSee Also