Click or drag to resize

Voucher Class

Inheritance Hierarchy
SystemObject
  Dynamicweb.DataDbObject
    Dynamicweb.Ecommerce.Orders.SalesDiscountsVoucher

Namespace:  Dynamicweb.Ecommerce.Orders.SalesDiscounts
Assembly:  Dynamicweb.Ecommerce (in Dynamicweb.Ecommerce.dll) Version: 1.12.0
Syntax
public class Voucher : DbObject

The Voucher type exposes the following members.

Constructors
  NameDescription
Public methodVoucher(IDataReader)
Initializes a new instance of the Voucher class
Public methodVoucher(String, Int32)
Initializes a new instance of the Voucher class
Top
Properties
  NameDescription
Public propertyCode
Public propertyConnection (Inherited from DbObject.)
Public propertyDateUsed
Public propertyID (Inherited from DbObject.)
Public propertyIsNew (Inherited from DbObject.)
Public propertyListId
Public propertyStatus
Public propertyTransaction (Inherited from DbObject.)
Public propertyUsedOrderId
Public propertyVoucherAccessUserId
Top
Methods
Fields
  NameDescription
Protected field_id (Inherited from DbObject.)
Protected field_keyField (Inherited from DbObject.)
Protected field_tableName (Inherited from DbObject.)
Public fieldStatic memberStatusSent
Public fieldStatic memberStatusUsed
Top
See Also