IDiscountCard Interface |
Namespace: Resto.Front.Api.Data.Orders
public interface IDiscountCard : ISerializable, IEntity
The IDiscountCard type exposes the following members.
| 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. |
| Name | Description | |
|---|---|---|
| GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) |