Class VoucherList
- Namespace
- Dynamicweb.Ecommerce.Orders.Vouchers
- Assembly
- Dynamicweb.Ecommerce.dll
public class VoucherList
- Inheritance
-
VoucherList
- Inherited Members
Constructors
VoucherList()
Initializes a new instance of the VoucherList class.
public VoucherList()
Properties
Active
Gets or sets value indicating whether list is active.
public bool Active { get; set; }
Property Value
CreatedDate
Gets or sets created date for voucher list
public DateTime? CreatedDate { get; set; }
Property Value
Id
public int Id { get; }
Property Value
IsNew
Indicates whether the current object is new.
public bool IsNew { get; }
Property Value
- bool
Boolean statement.
Name
Gets or sets the list name.
public string Name { get; set; }