Table of Contents

Class Currency

Namespace
Rescope.Commerce.Core.Entities
Assembly
Rescope.Commerce.Core.dll

Stores settings about a currency

[JsonObject(NamingStrategyType = typeof(CamelCaseNamingStrategy))]
public class Currency : IEntity
Inheritance
Currency
Implements
Inherited Members

Properties

Baskets

[JsonIgnore]
public IEnumerable<Basket> Baskets { get; set; }

Property Value

IEnumerable<Basket>

Countries

[JsonIgnore]
public IEnumerable<Country> Countries { get; set; }

Property Value

IEnumerable<Country>

CultureName

public string CultureName { get; set; }

Property Value

string

FormatTemplate

public string? FormatTemplate { get; set; }

Property Value

string

Id

public Guid Id { get; set; }

Property Value

Guid

Name

public string Name { get; set; }

Property Value

string

Orders

[JsonIgnore]
public IEnumerable<Order> Orders { get; set; }

Property Value

IEnumerable<Order>

Store

[JsonIgnore]
public Store Store { get; set; }

Property Value

Store

StoreId

public Guid StoreId { get; set; }

Property Value

Guid