Click or drag to resize
GiftCardInfoProviderLogGiftCardUseOnceInternal Method
Informs this gift card that it was applied.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
protected virtual void LogGiftCardUseOnceInternal(
	GiftCardInfo giftCard,
	string couponCode,
	decimal paymentValue
)

Parameters

giftCard
Type: CMS.EcommerceGiftCardInfo
The gift card
couponCode
Type: SystemString
The coupon code that was used for gift card application
paymentValue
Type: SystemDecimal
The amount paid by gift card coupon.
See Also