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.

FormattedAmount

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

FormattedAmount

A Vendr amount formatted for the given amount Currency

public sealed class FormattedAmount : ValueObjectBase

Inheritance

Namespace

Properties

CurrencyId

Gets the ID of the Currency of the price

public Guid CurrencyId { get; }

Value

Gets the value of the amount formatted with a currency symbol

public string Value { get; }

ValueNoSymbol

Gets the value of the amount formatted without a currency symbol

public string ValueNoSymbol { get; }

Methods

DeepClone

public override object DeepClone()

ToString

public override string ToString()

Operators

FormattedAmount Implicit

public static implicit operator string(FormattedAmount amount)

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.