Click or drag to resize
ShoppingCartCouponCodeInfoProviderSetShoppingCartCouponCodeInfo Method
Sets (updates or inserts) specified ShoppingCartCouponCodeInfo.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public static void SetShoppingCartCouponCodeInfo(
	ShoppingCartCouponCodeInfo infoObj
)

Parameters

infoObj
Type: CMS.EcommerceShoppingCartCouponCodeInfo
ShoppingCartCouponCodeInfo to be set.
See Also