Search Results for

    Show / Hide Table of Contents

    Class OrderTotal

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

    Constructors

    OrderTotal()

    Declaration
    public OrderTotal()

    Properties

    Coupons

    Declaration
    public OrderCoupons Coupons { get; set; }
    Property Value
    Type Description
    OrderCoupons

    CurrencyCode

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

    CurrencySymbol

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

    DiscountTotal

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

    ExchangeRate

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

    Id

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

    OrderNumber

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

    OverridenShippingTax

    Declaration
    public bool OverridenShippingTax { get; set; }
    Property Value
    Type Description
    System.Boolean

    PaidAmount

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

    Shipping

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

    SubTotal

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

    Tax

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

    TaxableSubTotal

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

    TaxInfo

    Declaration
    public TaxResult TaxInfo { get; set; }
    Property Value
    Type Description
    TaxResult

    TaxProvider

    Declaration
    public TaxProvider TaxProvider { get; set; }
    Property Value
    Type Description
    TaxProvider

    TaxTransactionId

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

    Total

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

    TotalDue

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