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