Click or drag to resize
IGiftCardSource Interface
Represents a source of gift cards.

Namespace: CMS.Ecommerce
Assembly: CMS.Ecommerce (in CMS.Ecommerce.dll) Version: 12.0.0
Syntax
C#
public interface IGiftCardSource

The IGiftCardSource type exposes the following members.

Methods
  NameDescription
Public methodGetGiftCards
Returns the gift card collection for the specified data. Applied gift cards must be running, applicable for the given User and satisfy the gift card conditions. Only gift cards satisfying the minimum order amount are returned.
Top
See Also