Search Results for

    Show / Hide Table of Contents

    Class TaxResultItem

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

    Constructors

    TaxResultItem()

    Declaration
    public TaxResultItem()

    Fields

    Detail

    Declaration
    public List<TaxResultDetail> Detail
    Field Value
    Type Description
    System.Collections.Generic.List<TaxResultDetail>

    Properties

    City

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

    Country

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

    County

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

    ItemId

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

    State

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

    Street

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

    TaxAmount

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

    TaxRate

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

    WarehouseAddressId

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

    Zip

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