Table of Contents

Class Store

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

Stores settings about a store

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

Properties

Address

public string? Address { get; set; }

Property Value

string

Baskets

public IEnumerable<Basket> Baskets { get; set; }

Property Value

IEnumerable<Basket>

Countries

public IEnumerable<Country> Countries { get; set; }

Property Value

IEnumerable<Country>

CreatedAt

public DateTime CreatedAt { get; set; }

Property Value

DateTime

Currencies

public IEnumerable<Currency> Currencies { get; set; }

Property Value

IEnumerable<Currency>

Email

public string? Email { get; set; }

Property Value

string

Id

public Guid Id { get; set; }

Property Value

Guid

Name

public string Name { get; set; }

Property Value

string

Orders

public IEnumerable<Order> Orders { get; set; }

Property Value

IEnumerable<Order>

PaymentMethods

public IEnumerable<PaymentMethod> PaymentMethods { get; set; }

Property Value

IEnumerable<PaymentMethod>

Phone

public string? Phone { get; set; }

Property Value

string

PricesIncludeTax

public bool PricesIncludeTax { get; set; }

Property Value

bool

ShippingMethods

public IEnumerable<ShippingMethod> ShippingMethods { get; set; }

Property Value

IEnumerable<ShippingMethod>

TaxRates

public IEnumerable<TaxRate> TaxRates { get; set; }

Property Value

IEnumerable<TaxRate>

UpdatedAt

public DateTime? UpdatedAt { get; set; }

Property Value

DateTime?