Table of Contents

Class RmaStateViewModel

Namespace
Dynamicweb.Ecommerce.Frontend.ReturnMerchandiseAuthorization
Assembly
Dynamicweb.Ecommerce.dll
public class RmaStateViewModel : FillableViewModelBase
Inheritance
RmaStateViewModel
Inherited Members

Properties

Id

Gets the ID.

public int Id { get; set; }

Property Value

int

Name

Gets the name.

public string Name { get; set; }

Property Value

string
To top