Search Results for

    Show / Hide Table of Contents

    Class ShippingTaxOverride

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

    Constructors

    ShippingTaxOverride()

    Declaration
    public ShippingTaxOverride()

    Properties

    HasShippingOverride

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

    HasTaxOverride

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

    Shipping

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

    Tax

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