Click or drag to resize
ShoppingCartCouponCodeInfoProviderGetShoppingCartCouponCodeInfo Method
Returns ShoppingCartCouponCodeInfo with specified ID.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public static ShoppingCartCouponCodeInfo GetShoppingCartCouponCodeInfo(
	int id
)

Parameters

id
Type: SystemInt32
ShoppingCartCouponCodeInfo ID.

Return Value

Type: ShoppingCartCouponCodeInfo
See Also