IMultiBuyDiscountSKUInfoProviderGet Method (Int32, Int32) |
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax MultiBuyDiscountSKUInfo Get(
int multiBuyDiscountId,
int skuId
)
Parameters
- multiBuyDiscountId
- Type: SystemInt32
Buy X Get Y discount ID. - skuId
- Type: SystemInt32
Product ID.
Return Value
Type:
MultiBuyDiscountSKUInfoReturns an instance of
MultiBuyDiscountSKUInfo corresponding to given identifiers or null.
See Also