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.V9 (in Resto.Front.Api.V9.dll)
Syntax
C#
public interface IDiscountCard : ISerializable, 
	IEntity

The IDiscountCard type exposes the following members.

Properties
 NameDescription
Public propertyCardNumberNumber of the card.
Public propertyDiscountTypeDiscount type bound to the card. null if this card is bound to a price category.
Public propertyId
(Inherited from IEntity)
Public propertyOwnerNameCard owner's name.
Public propertyPriceCategoryPrice category bound to the card. null if this card is bound to a discount.
Top
Methods
 NameDescription
Public methodGetObjectDataPopulates a SerializationInfo with the data needed to serialize the target object.
(Inherited from ISerializable)
Top
See Also