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.

FreezablePrice

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

FreezablePrice

public class FreezablePrice : ValueObjectBase

Inheritance

Namespace

Constructors

FreezablePrice (1 of 2)

public FreezablePrice(decimal value, Guid currencyId)

FreezablePrice (2 of 2)

public FreezablePrice(decimal value, Guid currencyId, Guid? countryId, 
    Guid? regionId = default(Guid?))

Properties

CountryId

public Guid? CountryId { get; }

CurrencyId

public Guid CurrencyId { get; }

RegionId

public Guid? RegionId { get; }

Value

public decimal Value { get; }

Methods

DeepClone

public override object DeepClone()

Operators

FreezablePrice Implicit (1 of 4)

public static implicit operator FreezablePrice(ProductPrice p)

FreezablePrice Implicit (2 of 4)

public static implicit operator ProductPrice(FreezablePrice p)

FreezablePrice Implicit (3 of 4)

public static implicit operator FreezablePrice(ServicePrice p)

FreezablePrice Implicit (4 of 4)

public static implicit operator ServicePrice(FreezablePrice p)

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.