Class Shipping
- Namespace
- Dynamicweb.Ecommerce.Orders
- Assembly
- Dynamicweb.Ecommerce.dll
Represents information about a shipping method
- Inheritance
-
Shipping
- Inherited Members
Constructors
Shipping()
Initializes a new instance of the Shipping class.
Properties
Active
Gets or sets the value indicating whether instance is active.
Property Value
AgentCode
Gets or sets the shipping agent code.
Property Value
AgentServiceCode
Gets or sets the shipping agent service code.
Property Value
AllowAnonymousUsers
Gets or sets a value indicating whether the Shipping is available to anonymous uses.
Property Value
- bool
true
if shipping is available to anonymous users; otherwise,false
.
Code
Gets or sets the shipping code.
Property Value
EligibleForFreeShipping
Gets or sets a value indicating whether shipping is eligible for free.
Property Value
FeeRulesSource
Gets or sets the source of fee rules.
Property Value
FeeSelection
Gets or sets the rule for fee selection: high or low.
Property Value
FreeFeeAmount
Gets or sets the free fee amount.
Property Value
- double
The free fee amount.
Icon
Gets or sets the icon file name.
Property Value
Id
Gets or sets the id.
Property Value
- string
The id.
LimitsUseLogic
Gets or sets the limits use logic.
Property Value
PriceOverMaxWeight
Gets or sets the price for over max weight.
Property Value
- double
The price over max weight.
ServiceParameters
Gets or sets the shipping service parameters.
Property Value
- string
The shipping service parameters.
ServiceSystemName
Gets or sets the shipping service SystemName.
Property Value
- string
The shipping service SystemName.
Sorting
Sort order of current group inside parent group'theShipping children collection
Property Value
TakeDiscountIntoAccount
Gets or sets a value indicating whether discounts are taken into consideration for free shipping fee.
Property Value
Translations
Gets the translations
Property Value
UsePriceWithVat
Gets or sets the value indicating whether VAT is taken into consideration for free shipping fee.
Property Value
UserGroups
Gets or sets to whom user groups the shipping is shown.
Property Value
Methods
Clone()
Clones this instance.
Returns
GetAgentName(string)
Gets the agent name of the shipping for the given language.
Parameters
languageId
string
Returns
GetAgentServiceDescription(string)
Gets the agent service description of the shipping for the given language.
Parameters
languageId
string
Returns
GetDescription(string)
Gets the description of the shipping for the given language.
Parameters
languageId
string
Returns
GetName(string)
Gets the name of the shipping for the given language.
Parameters
languageId
string
Returns
SetAgentName(string, string)
Sets the agent name of the shipping for the given language.
Parameters
SetAgentServiceDescription(string, string)
Sets the agent service description of the shipping for the given language.
Parameters
SetDescription(string, string)
Sets the description of the shipping for the given language.
Parameters
SetName(string, string)
Sets the name of the shipping for the given language.