Class RmaLineItem
Inheritance
System.Object
RmaLineItem
Assembly: DirectScale.Disco.Extension.Abstractions.dll
Syntax
public class RmaLineItem : Object
Constructors
RmaLineItem()
Declaration
Properties
ItemId
Declaration
public int ItemId { get; set; }
Property Value
Type |
Description |
System.Int32 |
|
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
Price
Declaration
public double Price { get; set; }
Property Value
Type |
Description |
System.Double |
|
Qty
Declaration
public double Qty { get; set; }
Property Value
Type |
Description |
System.Double |
|
Sku
Declaration
public string Sku { get; set; }
Property Value
Type |
Description |
System.String |
|