Search Results for

    Show / Hide Table of Contents

    Class TaxLineItem

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

    Constructors

    TaxLineItem()

    Declaration
    public TaxLineItem()

    Properties

    Amount

    Declaration
    public Decimal Amount { get; set; }
    Property Value
    Type Description
    System.Decimal

    Description

    Declaration
    public string Description { get; set; }
    Property Value
    Type Description
    System.String

    GrossAmount

    Declaration
    public Decimal GrossAmount { get; }
    Property Value
    Type Description
    System.Decimal

    Height

    Declaration
    public double Height { get; set; }
    Property Value
    Type Description
    System.Double

    ItemId

    Declaration
    public int ItemId { get; set; }
    Property Value
    Type Description
    System.Int32

    Length

    Declaration
    public double Length { get; set; }
    Property Value
    Type Description
    System.Double

    Quantity

    Declaration
    public Decimal Quantity { get; set; }
    Property Value
    Type Description
    System.Decimal

    SKU

    Declaration
    public string SKU { get; set; }
    Property Value
    Type Description
    System.String

    TaxCode

    Declaration
    public string TaxCode { get; set; }
    Property Value
    Type Description
    System.String

    Weight

    Declaration
    public double Weight { get; set; }
    Property Value
    Type Description
    System.Double

    Width

    Declaration
    public double Width { get; set; }
    Property Value
    Type Description
    System.Double
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX