Class VoucherListUsing
- Namespace
- Dynamicweb.Ecommerce.Orders.Vouchers
- Assembly
- Dynamicweb.Ecommerce.dll
Represents how much voucher list was used.
public sealed class VoucherListUsing
- Inheritance
-
VoucherListUsing
- Inherited Members
Properties
NumberOfOrders
Gets or sets the number of orders this voucher list have been used.
public int NumberOfOrders { get; set; }
Property Value
- int
The number of orders.
VoucherListId
Gets or sets the voucher list id
public int VoucherListId { get; set; }
Property Value
- int
The discount identifier.