Click or drag to resize
GiftCardCouponCodeInfoProviderGetGiftCardCouponCodeUsage Method
Gets information about the total number of coupon codes available for the gift cards with specified IDs and the total remaining value of these coupon codes. Returns ObjectQuery with one table containing GiftCardCouponCodeGiftCardID, GiftCardValue, TotalRemainingValue and CouponCount.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public static ObjectQuery GetGiftCardCouponCodeUsage(
	IEnumerable<int> giftCardIDs
)

Parameters

giftCardIDs
Type: System.Collections.GenericIEnumerableInt32
IDs of gift cards to get coupon counts for. Use null for all relevant gift cards.

Return Value

Type: ObjectQuery
See Also