Class ShippingTranslation
- Namespace
- Dynamicweb.Ecommerce.Orders
- Assembly
- Dynamicweb.Ecommerce.dll
Represents a translation of a shipping.
[Serializable]
public class ShippingTranslation : Translation, ICloneable
- Inheritance
-
ShippingTranslation
- Implements
- Inherited Members
Constructors
ShippingTranslation(string)
Creates an instance of ShippingTranslation.
public ShippingTranslation(string languageId)
Parameters
languageId
stringShipping translation language
Properties
AgentName
Gets or sets the shipping agent name.
public string AgentName { get; set; }
Property Value
AgentServiceDescription
Gets or sets the shipping agent service description.
public string AgentServiceDescription { get; set; }
Property Value
Description
Gets or sets the description.
public string Description { get; set; }
Property Value
Name
Gets or sets the translated shipping name.
public string Name { get; set; }