DiscountBasicDto
public class DiscountBasicDto : NamedEntityBasicDto
Inheritance
- class NamedEntityBasicDto
Namespace
Constructors
DiscountBasicDto
The default constructor.
public DiscountBasicDto()
Properties
Alias
public string Alias { get; set; }
BlockFurtherDiscounts
public bool BlockFurtherDiscounts { get; set; }
BlockIfPreviousDiscounts
public bool BlockIfPreviousDiscounts { get; set; }
SortOrder
public int SortOrder { get; set; }
Status
public string Status { get; set; }
StatusColor
public string StatusColor { get; set; }
StoreId
public Guid StoreId { get; set; }
Type
public string Type { get; set; }
TypeColor
public string TypeColor { get; set; }