GiftCardCouponCodeInfoProviderCreateGiftCardCouponInternal Method |
Creates and saves new coupon for specified gift card.
NOTE: The uniqueness is not checked.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax protected virtual GiftCardCouponCodeInfo CreateGiftCardCouponInternal(
GiftCardInfo giftCard,
string code
)
Parameters
- giftCard
- Type: CMS.EcommerceGiftCardInfo
The gift card - code
- Type: SystemString
The code
Return Value
Type:
GiftCardCouponCodeInfoSee Also