Search Results for

    Show / Hide Table of Contents

    Class RmaLineItem

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

    Constructors

    RmaLineItem()

    Declaration
    public RmaLineItem()

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