Table of Contents

Class PaymentViewModel

Namespace
Dynamicweb.Ecommerce.Frontend
Assembly
Dynamicweb.Ecommerce.dll
public class PaymentViewModel : ViewModelBase
Inheritance
PaymentViewModel
Inherited Members

Properties

Code

Gets or sets the code.
public string Code { get; set; }

Property Value

string

Description

Gets or sets the description.
public string Description { get; set; }

Property Value

string
The description.

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 payment.
public string Name { get; set; }

Property Value

string
The name.

TermsCode

Gets or sets the terms code.
public string TermsCode { get; set; }

Property Value

string

TermsDescription

Gets or sets the terms description.
public string TermsDescription { get; set; }

Property Value

string
To top