Table of Contents

Class VoucherListUsing

Namespace
Dynamicweb.Ecommerce.Orders.SalesDiscounts
Assembly
Dynamicweb.Ecommerce.dll
Represents how much voucher list was used.
[Obsolete("Use Dynamicweb.Ecommerce.Orders.Vouchers.VoucherListUsing instead")]
public 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.
To top