Search Results for

    Show / Hide Table of Contents

    Class TaxResultDetail

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

    Constructors

    TaxResultDetail()

    Declaration
    public TaxResultDetail()

    Properties

    AuthorityLevel

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

    AuthorityName

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

    City

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

    Country

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

    County

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

    State

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

    Street

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

    TaxAmount

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

    TaxRate

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

    WarehouseAddressId

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

    Zip

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