Click or drag to resize

IDiscountCard Interface

Discount card is a part of loyalty system which allows to provide reduced prices for loyal clients using either a discount or a special price category.

Namespace:  Resto.Front.Api.Data.Orders
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
public interface IDiscountCard : ISerializable, 
	IEntity

The IDiscountCard type exposes the following members.

Properties
  NameDescription
Public propertyCardNumber
Number of the card.
Public propertyDiscountType
Discount type bound to the card. null if this card is bound to a price category.
Public propertyId (Inherited from IEntity.)
Public propertyOwnerName
Card owner's name.
Public propertyPriceCategory
Price category bound to the card. null if this card is bound to a discount.
Top
Methods
  NameDescription
Public methodGetObjectData
Populates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable.)
Top
See Also