Table of Contents

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 string

Payment translation language

Properties

Description

Gets or sets the description.

public string Description { get; set; }

Property Value

string

Name

Gets or sets the translated payment name.

public string Name { get; set; }

Property Value

string

TermsDescription

Gets or sets the terms description.

public string TermsDescription { get; set; }

Property Value

string
To top