| IDiscountCard Interface | 
Namespace: Resto.Front.Api.Data.Orders
 Syntax
Syntaxpublic interface IDiscountCard : ISerializable, IEntity
The IDiscountCard type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | CardNumber | Number of the card. | 
|  | DiscountType | Discount type bound to the card. null if this card is bound to a price category. | 
|  | Id | (Inherited from IEntity.) | 
|  | OwnerName | Card owner's name. | 
|  | PriceCategory | Price category bound to the card. null if this card is bound to a discount. | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object.(Inherited from ISerializable.) | 
 See Also
See Also