Namespace: Resto.Front.Api.V3.Data.Orders
Assembly: Resto.Front.Api.V3 (in Resto.Front.Api.V3.dll) Version: 4.1.1236.1 (4.1.1236.1)
Syntax
C#
public interface IDiscountType : IEntity, ISerializable
The IDiscountType type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | GetObjectData | Populates a SerializationInfo with the data needed to serialize the target object. (Inherited from ISerializable.) |
Properties
Name | Description | |
---|---|---|
![]() | CanApplyByCardNumber | Can discount be applied to order by card number. |
![]() | CanApplyManually | Can discount be applied to order manually. |
![]() | Deleted | Is this item deleted. |
![]() | Id | (Inherited from IEntity.) |
![]() | IsActive | Is this item active for current group. Note that this property doesn't associated with Deleted. I.e. discount type can be deleted and active at the same time. |
![]() | Name | Name of discount type |
See Also