Table of Contents

Class ShippingMethod

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

Stores settings for a shipping method

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

Properties

Baskets

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

Property Value

IEnumerable<Basket>

Calculator

public string? Calculator { get; set; }

Property Value

string

CalculatorSettings

public string? CalculatorSettings { get; set; }

Property Value

string

Description

public string Description { 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

UserSelectable

public bool UserSelectable { get; set; }

Property Value

bool