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.

AppliedDiscount

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

AppliedDiscount

public class AppliedDiscount : ValueObjectBase

Inheritance

Namespace

Constructors

AppliedDiscount (1 of 4)

public AppliedDiscount(DiscountReadOnly discount, Price price)

AppliedDiscount (2 of 4)

public AppliedDiscount(DiscountReadOnly discount, Price originalPrice, Price price)

AppliedDiscount (3 of 4)

public AppliedDiscount(Guid discountId, string discountName, Price price)

AppliedDiscount (4 of 4)

public AppliedDiscount(Guid discountId, string discountName, Price originalPrice, Price price)

Properties

DiscountId

public Guid DiscountId { get; }

DiscountName

public string DiscountName { get; }

OriginalPrice

public Price OriginalPrice { get; }

Price

public Price Price { 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.