Search Results for

    Show / Hide Table of Contents

    Class ImportLineItem

    Inheritance
    System.Object
    ImportLineItem
    Namespace: DirectScale.Disco.Extension
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class ImportLineItem : Object

    Constructors

    ImportLineItem()

    Declaration
    public ImportLineItem()

    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
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX