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.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 11.0.0
Syntax 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:
ObjectQuerySee Also