Table of Contents

Enum VoucherUseCategoryType

Namespace
Dynamicweb.Ecommerce.Orders
Assembly
Dynamicweb.Ecommerce.dll

The enum VoucherUseCategoryType represents voucher usage type flag enumeration.

[Flags]
public enum VoucherUseCategoryType : short

Fields

Discount = 2
Loyalty = 4
None = 0
SalesDiscount = 1
To top