Five New Optimizely Certifications are Here! Validate your expertise and advance your career with our latest certification exams. Click here to find out more

Class ShippingMethodModel

Inheritance
System.Object
ShippingMethodModel
Namespace: EPiServer.Commerce.UI.CustomerService.Models
Assembly: EPiServer.Commerce.UI.CustomerService.dll
Version: 14.26.0
Syntax
public class ShippingMethodModel : Object

Constructors

ShippingMethodModel()

Declaration
public ShippingMethodModel()

Properties

Countries

Declaration
public IEnumerable<CountryModel> Countries { get; set; }
Property Value
Type Description
System.Collections.Generic.IEnumerable<CountryModel>

Currency

Declaration
public string Currency { get; set; }
Property Value
Type Description
System.String

DisplayName

Declaration
public string DisplayName { get; set; }
Property Value
Type Description
System.String

LanguageId

Declaration
public string LanguageId { get; set; }
Property Value
Type Description
System.String

MarketId

Declaration
public string MarketId { get; set; }
Property Value
Type Description
System.String

Ordering

Declaration
public int Ordering { get; set; }
Property Value
Type Description
System.Int32

ShippingMethodId

Declaration
public Guid ShippingMethodId { get; set; }
Property Value
Type Description
System.Guid