Click or drag to resize

IDiscountTypeIsActive Property

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.

Namespace:  Resto.Front.Api.Data.Orders
Assembly:  Resto.Front.Api.V6 (in Resto.Front.Api.V6.dll)
Syntax
C#
bool IsActive { get; }

Property Value

Type: Boolean
See Also