Table of Contents

Class Country

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

Stores settings about a country

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

Properties

Code

public string Code { get; set; }

Property Value

string

Currency

[JsonIgnore]
public Currency? Currency { get; set; }

Property Value

Currency

CurrencyId

public Guid? CurrencyId { get; set; }

Property Value

Guid?

Enabled

public bool Enabled { get; set; }

Property Value

bool

Id

public Guid Id { get; set; }

Property Value

Guid

Name

public string Name { get; set; }

Property Value

string

Store

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

Property Value

Store

StoreId

public Guid StoreId { get; set; }

Property Value

Guid