Click or drag to resize
ShoppingCartCouponCodeInfoProvider.GetShoppingCartCouponCodes Method
Returns a query for all the ShoppingCartCouponCodeInfo objects.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public static ObjectQuery<ShoppingCartCouponCodeInfo> GetShoppingCartCouponCodes()

Return Value

Type: ObjectQuery<ShoppingCartCouponCodeInfo>
See Also