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