Click or drag to resize
GiftCardCouponCodeInfoProviderGetGiftCardCouponCodeUsageInternal 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#
protected virtual ObjectQuery GetGiftCardCouponCodeUsageInternal(
	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