Previous Docs Version

The documentation you are viewing is for a previous version of the Vendr product. Click here to jump to the current stable version.

DiscountCode

API reference for DiscountCode in Vendr, the eCommerce solution for Umbraco v8+

DiscountCode

public class DiscountCode : EntityBase

Inheritance

Namespace

Constructors

DiscountCode (1 of 2)

public DiscountCode(string code, int? usageLimit = null, bool isUnlimited = false)

DiscountCode (2 of 2)

public DiscountCode(Guid id, string code, int? usageLimit = null, bool isUnlimited = false)

Properties

Code

public string Code { get; }

Id

public override Guid Id { get; }

IsUnlimited

public bool IsUnlimited { get; }

UsageLimit

public int? UsageLimit { get; }

Methods

DeepClone

public override object DeepClone()

Edit this page on GitHub

Site + logo design © 2025 Outfield Digital Ltd. Content contributions licensed under MIT.
Vendr® is a Registered Trademark of Outfield Digital Ltd.