GiftCardInfoLogUseOnce Method |
Informs this gift card that it was applied.
Namespace: CMS.EcommerceAssembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 13.0.131
Syntax public void LogUseOnce(
string couponCode,
decimal paymentValue
)
Parameters
- 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