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.

FormattedPrice

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

FormattedPrice

A Vendr price formatted for the given prices Currency

public sealed class FormattedPrice : ValueObjectBase

Inheritance

Namespace

Properties

CurrencyId

Gets the ID of the Currency of the price

public Guid CurrencyId { get; }

Tax

Gets the tax value of the price formatted with a currency symbol

public string Tax { get; }

TaxNoSymbol

Gets the tax value of the price formatted without a currency symbol

public string TaxNoSymbol { get; }

WithoutTax

Gets the value of the price without tax formatted with a currency symbol

public string WithoutTax { get; }

WithoutTaxNoSymbol

Gets the value of the price without tax formatted without a currency symbol

public string WithoutTaxNoSymbol { get; }

WithTax

Gets the value of the price with tax formatted with a currency symbol

public string WithTax { get; }

WithTaxNoSymbol

Gets the value of the price with tax formatted without a currency symbol

public string WithTaxNoSymbol { get; }

Methods

DeepClone

public override object DeepClone()

ToString

public override string ToString()

Operators

FormattedPrice Implicit

public static implicit operator string(FormattedPrice price)

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.