VolumeDiscountInfoProviderGetVolumeDiscountInfoInternal Method |
Returns corresponding VolumeDiscountInfo structure for the specified SKU and SKU units, if no volume discount found returns null.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax protected virtual VolumeDiscountInfo GetVolumeDiscountInfoInternal(
int skuId,
int units
)
Parameters
- skuId
- Type: SystemInt32
SKU id - units
- Type: SystemInt32
SKU units
Return Value
Type:
VolumeDiscountInfoSee Also