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.

Currency

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

Currency

public class Currency : CurrencyReadOnly, IHasWrtiableAllowedCountries<Currency>

Inheritance

Namespace

Methods

Create (1 of 2)

public static Currency Create(IUnitOfWork uow, Guid storeId, string code, string name, 
    string cultureName)

Create (2 of 2)

public static Currency Create(IUnitOfWork uow, Guid id, Guid storeId, string code, string name, 
    string cultureName)

AllowInCountry (1 of 2)

public Currency AllowInCountry(CountryReadOnly country)

AllowInCountry (2 of 2)

public Currency AllowInCountry(Guid countryId)

DisallowInCountry (1 of 2)

public Currency DisallowInCountry(CountryReadOnly country)

DisallowInCountry (2 of 2)

public Currency DisallowInCountry(Guid countryId)

SetCode

public Currency SetCode(string code)

SetCulture

public Currency SetCulture(string cultureName)

SetCustomFormatTemplate

public Currency SetCustomFormatTemplate(string formatTemplate)

SetName

public Currency SetName(string name)

SetSortOrder

public Currency SetSortOrder(int sortOrder)

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.