Class ShippingViewModel
- Namespace
- Dynamicweb.Ecommerce.Frontend
- Assembly
- Dynamicweb.Ecommerce.dll
public class ShippingViewModel : ViewModelBase
- Inheritance
-
ShippingViewModel
- Inherited Members
Properties
AgentCode
Gets or sets the shipping agent code.
public string AgentCode { get; set; }
Property Value
AgentName
Gets or sets the shipping agent name.
public string AgentName { get; set; }
Property Value
AgentServiceCode
Gets or sets the shipping agent service code.
public string AgentServiceCode { get; set; }
Property Value
AgentServiceDescription
Gets or sets the shipping agent service description.
public string AgentServiceDescription { get; set; }
Property Value
Code
Gets or sets the shipping code.
public string Code { get; set; }
Property Value
Description
Gets or sets the description.
public string Description { get; set; }
Property Value
- string
- The description.
FeeRulesSource
Gets or sets the source of the fee rule
public ShippingFeeRulesSources FeeRulesSource { get; set; }
Property Value
- ShippingFeeRulesSources
- A value indicating if the fee was calculated by provider or comes from the fee matrix
FreeFeeAmount
Gets or sets the free fee amount.
public double FreeFeeAmount { get; set; }
Property Value
- double
- The free fee amount.
Icon
Gets or sets the icon.
public string Icon { get; set; }
Property Value
- string
- The icon.
Id
Gets or sets the id.
public string Id { get; set; }
Property Value
- string
- The id.
Name
Gets or sets the name of shipping.
public string Name { get; set; }
Property Value
- string
- The name.
PriceOverMaxWeight
Gets or sets the price for over max weight.
public double PriceOverMaxWeight { get; set; }
Property Value
- double
- The price over max weight.